C 语言中的 long long 类型。
通常是一个有符号的 64 位整数。要确保是 64 位整数,请使用与 C 语言中的 int64_t
类型对应的 Int64。对于无符号的 long long,请使用 UnsignedLongLong。
LongLong 类型是原生类型,不应该在 Dart 代码中构建。它仅出现在原生类型签名中,以及作为 Struct 和 Union 字段的注释。
- 继承
-
- Object
- AbiSpecificInteger
- LongLong
- 注释
-
- @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