WatchArgs<T extends DataModelMixin<T>> constructor

WatchArgs<T extends DataModelMixin<T>>({
  1. String? key,
  2. bool? remote,
  3. Map<String, dynamic>? params,
  4. Map<String, String>? headers,
  5. bool? syncLocal,
  6. List<RelationshipMeta<DataModelMixin>>? relationshipMetas,
  7. AlsoWatch<T>? alsoWatch,
  8. String? finder,
  9. DataRequestLabel? label,
})

Implementation

WatchArgs({
  this.key,
  this.remote,
  this.params,
  this.headers,
  this.syncLocal,
  this.relationshipMetas,
  this.alsoWatch,
  this.finder,
  this.label,
});