LongLongfinal

C 的 long long 类型。

通常是一个有符号的 64 位整数。为了得到保证的 64 位整数,请使用带有 C int64_t 类型的 Int64。对于无符号长长,请使用 UnsignedLongLong

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

继承
注释
  • @Since('2.17')
  • @AbiSpecificIntegerMapping({Abi.androidArm : Int64(), Abi.androidArm64 : Int64(), Abi.androidIA32 : Int64(), Abi.androidX64 : Int64(), Abi.androidRiscv64 : Int64(), Abi.fuchsiaArm64 : Int64(), Abi.fuchsiaX64 : Int64(), Abi.fuchsiaRiscv64 : Int64(), Abi.iosArm : Int64(), Abi.iosArm64 : Int64(), Abi.iosX64 : Int64(), Abi.linuxArm : Int64(), Abi.linuxArm64 : Int64(), Abi.linuxIA32 : Int64(), Abi.linuxX64 : Int64(), Abi.linuxRiscv32 : Int64(), Abi.linuxRiscv64 : Int64(), Abi.macosArm64 : Int64(), Abi.macosX64 : Int64(), Abi.windowsArm64 : Int64(), Abi.windowsIA32 : Int64(), Abi.windowsX64 : Int64()})

构造函数

LongLong()
const

属性

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

方法

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

运算符

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