ManagedEntity(ManagedDataModel dataModel, String _tableName, ClassMirror instanceType, ClassMirror persistentType)

Creates an instance of this type..

You should never call this method directly, it will be called by ManagedDataModel.

Source

ManagedEntity(
    this.dataModel, this._tableName, this.instanceType, this.persistentType);