UnsignedLongLong class final
The C unsigned long long
type.
Typically an unsigned 64-bit integer.
For a guaranteed 64-bit integer, use Uint64 with the C uint64_t
type.
For a signed long long
, use LongLong.
The UnsignedLongLong 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
- UnsignedLongLong
- Annotations
-
- @Since('2.17')
- @AbiSpecificIntegerMapping({Abi.androidArm : Uint64(), Abi.androidArm64 : Uint64(), Abi.androidIA32 : Uint64(), Abi.androidX64 : Uint64(), Abi.androidRiscv64 : Uint64(), Abi.fuchsiaArm64 : Uint64(), Abi.fuchsiaX64 : Uint64(), Abi.fuchsiaRiscv64 : Uint64(), Abi.iosArm : Uint64(), Abi.iosArm64 : Uint64(), Abi.iosX64 : Uint64(), Abi.linuxArm : Uint64(), Abi.linuxArm64 : Uint64(), Abi.linuxIA32 : Uint64(), Abi.linuxX64 : Uint64(), Abi.linuxRiscv32 : Uint64(), Abi.linuxRiscv64 : Uint64(), Abi.macosArm64 : Uint64(), Abi.macosX64 : Uint64(), Abi.windowsArm64 : Uint64(), Abi.windowsIA32 : Uint64(), Abi.windowsX64 : Uint64()})
Constructors
- UnsignedLongLong()
-
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