ModelDefinition constructor

const ModelDefinition(
  1. ModelInfo model,
  2. Map<Type, EntityDefinition> bindings
)

Implementation

const ModelDefinition(this.model, this.bindings);