Table constructor Null safety
Default constructor.
If name is provided, the name of the underlying table will be its value. Otherwise, the name of the underlying table matches the name of the table definition class.
See also Table.unique for the behavior of uniquePropertySet.
Implementation
const Table({
this.useSnakeCaseName = false,
this.name,
this.uniquePropertySet,
this.useSnakeCaseColumnName = false,
});