Ref class

Implementers

Constructors

Ref()

Properties

hashCode int
The hash code for this object.
no setteroverride
refId String?
unique id of native side counterpart object
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag__ String?
custom tag
getter/setter pair

Methods

addJsonableProperty__(int propertyKey, Object property) Future<void>
为类型添加jsonable属性
addListProperty__(int propertyKey, List<Ref> property) Future<void>
为类型添加属性
addProperty__(int propertyKey, Ref property) Future<void>
为类型添加属性
asBatch<T extends Ref>(int length) List<T>
转换为批处理
getJsonableProperty__(int propertyKey) Future
获取添加字段的jsonable值
getProperty__(int propertyKey) Future<Ref>
获取添加字段的值
isNull() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
performSelectorWithObject__(String selector, Object object) Future<void>
通过反射调用方法
release__() Future<void>
释放当前引用对象
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override