Table.localOnly constructor
const
Table.localOnly(})
Create a table that only exists locally.
This table does not record changes, and is not synchronized from the service.
Implementation
const Table.localOnly(this.name, this.columns,
{this.indexes = const [], String? viewName})
: _viewNameOverride = viewName,
super(localOnly: true);