TableName constructor

TableName(
  1. String tableName, [
  2. String? alias
])

Implementation

TableName(this.tableName, [this.alias]);