UnsignShortfinal

C语言的 unsigned short 类型。

通常是一个无符号的16位整数。为了确保是16位整数,请使用带有C uint16_t类型的Uint16。对于有符号的 short,请使用 Short

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

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

构造函数

UnsignShort()
const

属性

hashCode int
此对象的哈希码。
no setterinherited
runtimeType Type
对象的运行时类型表示。
no setterinherited

方法

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

操作符

operator ==(Object other) bool
相等操作符。
inherited