TableOptions constructor

const TableOptions({
  1. bool trackMetadata = false,
  2. TrackPreviousValuesOptions? trackPreviousValues,
  3. bool localOnly = false,
  4. bool insertOnly = false,
  5. bool ignoreEmptyUpdates = false,
})

Implementation

const TableOptions({
  this.trackMetadata = false,
  this.trackPreviousValues,
  this.localOnly = false,
  this.insertOnly = false,
  this.ignoreEmptyUpdates = false,
});