ModelEntity constructor

ModelEntity(
  1. IdUid id,
  2. IdUid lastPropertyId,
  3. String name,
  4. List<ModelProperty> properties,
  5. ModelInfo _model
)

Implementation

ModelEntity(
    this.id, this.lastPropertyId, this.name, this.properties, this._model) {
  validate();
}