Platform 类
构造函数
- Platform()
属性
- hashCode → int
- 此对象的哈希码。无设置器继承
- runtimeType → Type
- 对象运行时类型的表示。无设置器继承
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的函数或属性时会被调用。继承
-
toString(
) → String - 该对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 等于运算符。继承
静态属性
- supportsSimd → bool
- 如果在此浏览器上支持 dart:typed_data 中的 SIMD 类型,则返回 true。如果为 false,则使用这些类型将生成运行时错误。final
- supportsTypedData → bool
- 如果在此浏览器上支持 dart:typed_data 类型,则返回 true。如果为 false,则使用这些类型将生成运行时错误。final