SharedArrayBuffer 类
- 注解
-
- @Native("SharedArrayBuffer")
构造函数
-
工厂构造函数
属性
- byteLength → int?
-
无设置器
- hashCode → int
- 此对象的哈希码。无设置器 继承自
- runtimeType → Type
- 对象的运行时类型表示。无设置器 继承自
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的函数或变量时被调用。继承自
-
slice(
[int? begin, int? end]) → SharedArrayBuffer -
toString(
) → String - 此对象的字符串表示。继承自
运算符
-
operator ==(
Object other) → bool - 等于运算符。继承自