RefList_Batch extension

on

Methods

addJsonableProperty_batch(int propertyKey, List<Object> property) Future<void>
为类型添加jsonable属性
addProperty_batch(int propertyKey, List<Ref> property) Future<void>
为类型添加属性
getJsonableProperty_batch(int propertyKey) Future<List>
获取添加字段的jsonable值
getProperty_batch(int propertyKey) Future<List<Ref>>
获取添加字段的值