ModelEntity.create constructor

ModelEntity.create(
  1. IdUid id,
  2. String _name,
  3. ModelInfo? _model
)

Implementation

ModelEntity.create(this.id, this._name, this._model)
    : _properties = [],
      _relations = [],
      _backlinks = [];