Entity constructor

const Entity({
  1. String? tableName,
})

Implementation

const Entity({ this.tableName });