ApplyChangesetOptions constructor

const ApplyChangesetOptions({
  1. bool filter(
    1. String tableName
    )?,
  2. ApplyChangesetConflict? onConflict,
})

Implementation

const ApplyChangesetOptions({this.filter, this.onConflict});