RawTableSchema constructor
const
RawTableSchema({
- String? tableName,
- List<
String> ? syncedColumns, - TableOptions options = const TableOptions(),
Implementation
const RawTableSchema({
this.tableName,
this.syncedColumns,
this.options = const TableOptions(),
});