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