Shortfinal

C语言中的 short 类型。

通常是一个有符号的 16 位整数。要保证 16 位整数,请使用 Int16 与 C 语言的 int16_t 类型一起使用。对于 unsigned short,请使用 UnsignedShort

Short 类型是一个本地类型,不应该用 Dart 代码构造。它仅出现在本地类型签名中以及作为 StructUnion 字段的注释。

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

构造函数

Short()
const

属性

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

方法

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

运算符

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