DataRepository constructor

const DataRepository(
  1. List<Type> adapters, {
  2. List<Type> localAdapters = const [],
  3. bool remote = true,
  4. String? internalType,
  5. int? typeId,
})

Implementation

const DataRepository(this.adapters,
    {this.localAdapters = const [],
    this.remote = true,
    this.internalType,
    this.typeId});