UintPtr class final
The C uintptr_t
type.
The UintPtr 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
- UintPtr
- Annotations
-
- @Since('2.17')
- @AbiSpecificIntegerMapping({Abi.androidArm : Uint32(), Abi.androidArm64 : Uint64(), Abi.androidIA32 : Uint32(), Abi.androidX64 : Uint64(), Abi.androidRiscv64 : Uint64(), Abi.fuchsiaArm64 : Uint64(), Abi.fuchsiaX64 : Uint64(), Abi.fuchsiaRiscv64 : Uint64(), Abi.iosArm : Uint32(), Abi.iosArm64 : Uint64(), Abi.iosX64 : Uint64(), Abi.linuxArm : Uint32(), Abi.linuxArm64 : Uint64(), Abi.linuxIA32 : Uint32(), Abi.linuxX64 : Uint64(), Abi.linuxRiscv32 : Uint32(), Abi.linuxRiscv64 : Uint64(), Abi.macosArm64 : Uint64(), Abi.macosX64 : Uint64(), Abi.windowsArm64 : Uint64(), Abi.windowsIA32 : Uint32(), Abi.windowsX64 : Uint64()})
Constructors
- UintPtr.new()
- 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