FooChar class final

Inheritance
Annotations
  • @AbiSpecificIntegerMapping({Abi.androidArm : Uint8(), Abi.androidArm64 : Uint8(), Abi.androidIA32 : Int8(), Abi.androidX64 : Int8(), Abi.androidRiscv64 : Uint8(), Abi.fuchsiaArm64 : Uint8(), Abi.fuchsiaX64 : Int8(), Abi.fuchsiaRiscv64 : Uint8(), Abi.iosArm : Int8(), Abi.iosArm64 : Int8(), Abi.iosX64 : Int8(), Abi.linuxArm : Uint8(), Abi.linuxArm64 : Uint8(), Abi.linuxIA32 : Int8(), Abi.linuxX64 : Int8(), Abi.linuxRiscv32 : Uint8(), Abi.linuxRiscv64 : Uint8(), Abi.macosArm64 : Int8(), Abi.macosX64 : Int8(), Abi.windowsArm64 : Int8(), Abi.windowsIA32 : Int8(), Abi.windowsX64 : Int8()})

Constructors

FooChar()
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