RawTableSchema constructor

const RawTableSchema({
  1. String? tableName,
  2. List<String>? syncedColumns,
  3. TableOptions options = const TableOptions(),
})

Implementation

const RawTableSchema({
  this.tableName,
  this.syncedColumns,
  this.options = const TableOptions(),
});