UnsignedLongLongfinal

C 语言的 unsigned long long 类型。

通常是未签名的 64 位整数。为了保证是 64 位整数,请使用带有 C 语言 uint64_t 类型的 Uint64。对于有符号的 long long,请使用 LongLong

UnsignedLongLong 类型是原生类型,不应在 Dart 代码中构造。它仅出现在原生类型签名中以及在 StructUnion 字段的注释中。

继承
注释
  • @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()})

构造函数

UnsignedLongLong()
const

属性

hashCode int
此对象的哈希码。
no setterinherited
runtimeType Type
对象的运行时类型的表示。
no setterinherited

方法

noSuchMethod(Invocation invocation) → dynamic
在访问不存在的方法或属性时调用。
inherited
toString() String
此对象的字符串表示形式。
inherited

运算符

operator ==(Object other) bool
等于运算符。
inherited