C 语言的 signed char
类型。
通常是带符号的 8 位整数。为了保证是 8 位整数,使用 Int8 及其 C 语言的 int8_t
类型。对于无符号字符,使用 UnsignedChar。
SignChar 类型是本地类型,不应在 Dart 代码中构造。它仅在本地类型签名中以及作为 Struct 和 Union 字段的注解中出现。
- 继承
-
- Object
- AbiSpecificInteger
- SignChar
- 注解
-
- @Since('2.17')
- @AbiSpecificIntegerMapping({Abi.androidArm : Int8(), Abi.androidArm64 : Int8(), Abi.androidIA32 : Int8(), Abi.androidX64 : Int8(), Abi.androidRiscv64 : Int8(), Abi.fuchsiaArm64 : Int8(), Abi.fuchsiaX64 : Int8(), Abi.fuchsiaRiscv64 : Int8(), Abi.iosArm : Int8(), Abi.iosArm64 : Int8(), Abi.iosX64 : Int8(), Abi.linuxArm : Int8(), Abi.linuxArm64 : Int8(), Abi.linuxIA32 : Int8(), Abi.linuxX64 : Int8(), Abi.linuxRiscv32 : Int8(), Abi.linuxRiscv64 : Int8(), Abi.macosArm64 : Int8(), Abi.macosX64 : Int8(), Abi.windowsArm64 : Int8(), Abi.windowsIA32 : Int8(), Abi.windowsX64 : Int8()})
构造函数
- SignedChar()
-
const
属性
- hashCode → int
- 此对象的哈希码。no setterinherited
- runtimeType → Type
- 对象运行时类型的表示。no setterinherited
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。inherited
-
toString(
) → String - 此对象的字符串表示。inherited
运算符
-
operator ==(
Object other) → bool - 等性运算符。inherited