C 语言的 short
类型。
通常是16位有符号整数。要保证是16位整数,请使用具有 C int16_t
类型的 Int16。对于 unsigned short
,请使用 UnsignedShort。
Short 类型是本地类型,不应在 Dart 代码中构建。它仅出现在本地类型签名中,以及作为 Struct 和 Union 字段的注释。
- 继承
- 注解
-
- @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 - 相等运算符。继承