ObjectIncludeOptions constructor

const ObjectIncludeOptions({
  1. bool content = false,
  2. bool previousTransaction = false,
  3. bool objectBcs = false,
  4. bool json = false,
})

Implementation

const ObjectIncludeOptions({
  this.content = false,
  this.previousTransaction = false,
  this.objectBcs = false,
  this.json = false,
});