Int32 class final
Temporary fix for the macOS arm64 varargs problem.
This integer type is Int32
on all architectures, other than macOS arm64.
Where it is Int64
.
- Inheritance
-
- Object
- AbiSpecificInteger
- Int32
- Annotations
-
- @AbiSpecificIntegerMapping({Abi.androidArm : ffi.Int32(), Abi.androidArm64 : ffi.Int32(), Abi.androidIA32 : ffi.Int32(), Abi.androidX64 : ffi.Int32(), Abi.androidRiscv64 : ffi.Int32(), Abi.fuchsiaArm64 : ffi.Int32(), Abi.fuchsiaX64 : ffi.Int32(), Abi.fuchsiaRiscv64 : ffi.Int32(), Abi.iosArm : ffi.Int32(), Abi.iosArm64 : ffi.Int32(), Abi.iosX64 : ffi.Int32(), Abi.linuxArm : ffi.Int32(), Abi.linuxArm64 : ffi.Int32(), Abi.linuxIA32 : ffi.Int32(), Abi.linuxX64 : ffi.Int32(), Abi.linuxRiscv32 : ffi.Int32(), Abi.linuxRiscv64 : ffi.Int32(), Abi.macosArm64 : Int64(), Abi.macosX64 : ffi.Int32(), Abi.windowsArm64 : ffi.Int32(), Abi.windowsIA32 : ffi.Int32(), Abi.windowsX64 : ffi.Int32()})
Constructors
- Int32()
-
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