C 语言的 unsigned int
类型。
通常是32位无符号整数。为了保证是32位整数,请使用与 C 语言的 uint32_t
类型对应的 Uint32。对于有符号的 int
,请使用 Int。
UnsignedInt 类型是一个本地类型,不应在 Dart 代码中构造。它仅在本地类型签名以及 Struct 和 Union 字段的注解中出现。
- 继承
-
- Object
- AbiSpecificInteger
- 无符号整数
- 注解
-
- @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