无符号短整型final

C语言的 unsigned short 类型。

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

无符号短整型 类型是一个本地类型,不应该在 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()})

构造函数

UnsignedShort()
const

属性

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

方法

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

运算符

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