ManagedEntity constructor

ManagedEntity(
  1. String? _tableName,
  2. Type instanceType,
  3. String tableDefinition
)

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);