Entity constructor

const Entity({
  1. String? tableName,
  2. List<Index>? indices,
})

Implementation

const Entity({this.tableName, this.indices});