Int8final

表示 C 语言中的原生有符号 8 位整数。

Int8 不能在 Dart 代码中构造,仅作为类型签名中的标记。

实现类型

构造函数

Int8()
const

属性

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

方法

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

运算符

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