Table constructor
const
Table(})
Create a synced table.
Local changes are recorded, and remote changes are synced to the local table.
Implementation
const Table(
this.name,
this.columns, {
this.indexes = const [],
String? viewName,
this.localOnly = false,
this.ignoreEmptyUpdates = false,
this.trackMetadata = false,
this.trackPreviousValues,
}) : insertOnly = false,
_viewNameOverride = viewName;