Entity<TModel extends Model> constructor

Entity<TModel extends Model>(
  1. String table
)

Implementation

Entity(this.table);