BmobRelation<T extends BmobTable, S extends BmobTable> constructor

BmobRelation<T extends BmobTable, S extends BmobTable>(
  1. T object,
  2. S subset,
  3. String key,
  4. JsonToTable<S> jsonToTable, [
  5. List<S> list = const [],
])

Implementation

BmobRelation(this.object, this.subset, this.key, this.jsonToTable,
    [this.list = const []]);