SelectTableSchema constructor
const
SelectTableSchema(
- String from, {
- required List<
String> columns, - String? as,
- WhereClause? where,
- List<
JoinClause> ? joins,
Implementation
const SelectTableSchema(this.from,
{required this.columns, this.as, this.where, this.joins});