Intfinal

C 语言的 int 类型。

通常是一个有符号的 32 位整数。要保证是 32 位整数,请使用带有 C 语言 int32_t 类型的 Int32。对于无符号整数,请使用 UnsignedInt

Int 类型是一个原生类型,不应该在 Dart 代码中构造。它只出现在原生类型签名中,以及作为 StructUnion 字段的注解。

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

构造函数

Int()
const

属性

hashCode int
对象的哈希码。
无设置器继承
runtimeType Type
对象的运行时类型表示。
无设置器继承

方法

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

运算符

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