ModelEntity constructor
- IdUid id,
- IdUid lastPropertyId,
- String name,
- List<
ModelProperty> properties, - ModelInfo _model
Implementation
ModelEntity(
this.id, this.lastPropertyId, this.name, this.properties, this._model) {
validate();
}
ModelEntity(
this.id, this.lastPropertyId, this.name, this.properties, this._model) {
validate();
}