FakeDatabaseRepository constructor

FakeDatabaseRepository({
  1. required Map<Type, ModelConstructor<BaseModel>> constructors,
})

constructors holds all of the ModelConstructors that can be found in this repository.

Implementation

FakeDatabaseRepository({required this.constructors});