无符号整型final

C语言中的无符号整型类型。

通常是一个无符号32位整数。要确保是32位整数,请使用带有C语言 uint32_t 类型的 Uint32。对于有符号的 int,请使用 Int

无符号整型类型是本地类型,不应在Dart代码中构造。它只存在于本地类型签名中,以及在 StructUnion 字段的注解中。

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

构造函数

UnsignedInt()
const

属性

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

方法

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

运算符

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