C 的 wchar_t
类型。
在 C 中,wchar_t
的符号是不确定的。在此,它以在测试的 Abi 上的默认值暴露。
WChar 类型是本地类型,不应在 Dart 代码中构建。它仅在本地类型签名和 Struct 和 Union 字段的注解中存在。
- 继承
-
- Object
- AbiSpecificInteger
- WChar
- 注解
-
- @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
- 此对象的哈希值。no setterinherited
- runtimeType → Type
- 对象的运行时类型的表示。no setterinherited
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的函数或属性时被调用。inherited
-
toString(
) → String - 此对象的一系列字符串。inherited
运算符
-
operator ==(
Object other) → bool - 相等运算符。inherited