ModelEntity.create constructor

ModelEntity.create(
  1. IdUid id,
  2. String _name,
  3. ModelInfo? _model,
  4. {bool uidRequest = false}
)

Implementation

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