WCharfinal

C 语言中的 wchar_t 类型。

C 语言中 wchar_t 的符号性未定义。在这里,它以在测试的 Abi 上的默认值暴露。

WChar 类型是本地类型,不应在 Dart 代码中构造。它仅出现在本地类型签名以及 StructUnion 字段的注解中。

继承
注解
  • @Since('2.17')
  • @AbiSpecificIntegerMapping({Abi.androidArm : Uint32(), Abi.androidArm64 : Uint32(), Abi.androidIA32 : Uint32(), Abi.androidX64 : Uint32(), Abi.androidRiscv64 : Int32(), Abi.fuchsiaArm64 : Uint32(), Abi.fuchsiaX64 : Int32(), Abi.fuchsiaRiscv64 : Int32(), Abi.iosArm : Int32(), Abi.iosArm64 : Int32(), Abi.iosX64 : Int32(), Abi.linuxArm : Uint32(), Abi.linuxArm64 : Uint32(), Abi.linuxIA32 : Int32(), Abi.linuxX64 : Int32(), Abi.linuxRiscv32 : Int32(), Abi.linuxRiscv64 : Int32(), Abi.macosArm64 : Int32(), Abi.macosX64 : Int32(), Abi.windowsArm64 : Uint16(), Abi.windowsIA32 : Uint16(), Abi.windowsX64 : Uint16()})

构造函数

WChar()
const

属性

hashCode int
此对象的哈希码。
无设置器继承
runtimeType Type
对象的运行时类型的表示。
无设置器继承

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时调用。
继承
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
相等运算符。
继承