Short class Null safety

The C short type.

Typically a signed 16-bit integer. For a guaranteed 16-bit integer, use Int16 with the C int16_t type. For an unsigned short, use UnsignedShort.

The Short type is a native type, and should not be constructed in Dart code. It occurs only in native type signatures and as annotation on Struct and Union fields.

Inheritance
Annotations
  • @AbiSpecificIntegerMapping({Abi.androidArm : Int16(), Abi.androidArm64 : Int16(), Abi.androidIA32 : Int16(), Abi.androidX64 : Int16(), Abi.fuchsiaArm64 : Int16(), Abi.fuchsiaX64 : 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()})

Constructors

Short()
const

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited