TableOptions constructor
const
TableOptions({
- bool trackMetadata = false,
- TrackPreviousValuesOptions? trackPreviousValues,
- bool localOnly = false,
- bool insertOnly = false,
- bool ignoreEmptyUpdates = false,
Implementation
const TableOptions({
this.trackMetadata = false,
this.trackPreviousValues,
this.localOnly = false,
this.insertOnly = false,
this.ignoreEmptyUpdates = false,
});