ConsequenceQueryObject constructor

const ConsequenceQueryObject({
  1. List<String>? remove,
  2. List<Edit>? edits,
})

Returns a new ConsequenceQueryObject instance.

Implementation

const ConsequenceQueryObject({
  this.remove,
  this.edits,
});