ManagedEntity constructor Null safety
Creates an instance of this type..
You should never call this method directly, it will be called by ManagedDataModel.
Implementation
ManagedEntity(this._tableName, this.instanceType, this.tableDefinition);
Creates an instance of this type..
You should never call this method directly, it will be called by ManagedDataModel.
ManagedEntity(this._tableName, this.instanceType, this.tableDefinition);