dart:ffi
SignedChar class
The C signed char type.
Typically a signed 8-bit integer. For a guaranteed 8-bit integer, use Int8 with the C int8_t type. For an unsigned char, use UnsignedChar.
The SignedChar 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
-
- @Since('2.17')
- @AbiSpecificIntegerMapping({Abi.androidArm : Int8(), Abi.androidArm64 : Int8(), Abi.androidIA32 : Int8(), Abi.androidX64 : Int8(), Abi.fuchsiaArm64 : Int8(), Abi.fuchsiaX64 : Int8(), Abi.iosArm : Int8(), Abi.iosArm64 : Int8(), Abi.iosX64 : Int8(), Abi.linuxArm : Int8(), Abi.linuxArm64 : Int8(), Abi.linuxIA32 : Int8(), Abi.linuxX64 : Int8(), Abi.linuxRiscv32 : Int8(), Abi.linuxRiscv64 : Int8(), Abi.macosArm64 : Int8(), Abi.macosX64 : Int8(), Abi.windowsArm64 : Int8(), Abi.windowsIA32 : Int8(), Abi.windowsX64 : Int8()})
Constructors
- SignedChar()
const
Properties
- hashCode → int
read-only, inherited
- The hash code for this object.
- runtimeType → Type
read-only, inherited
- A representation of the runtime type of the object.
Methods
- noSuchMethod(Invocation invocation) → dynamic
inherited
- Invoked when a non-existent method or property is accessed.
- toString() → String
inherited
- A string representation of this object.
Operators
- operator ==(Object other) → bool
inherited
- The equality operator.