constructors property

Map<Type, ModelConstructor<BaseModel>> constructors
final

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

Implementation

final Map<Type, ModelConstructor> constructors;