Int16final

表示C中的原生有符号16位整数。

Int16不能在Dart代码中构造,纯粹在类型签名中作为标记使用。

实现的类型

构造函数

Int16()
const

属性

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

方法

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

运算符

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