SuiObjectDataOptions constructor

SuiObjectDataOptions({
  1. bool showType = false,
  2. bool showContent = false,
  3. bool showBcs = false,
  4. bool showOwner = false,
  5. bool showPreviousTransaction = false,
  6. bool showStorageRebate = false,
  7. bool showDisplay = false,
})

Implementation

SuiObjectDataOptions({
  this.showType = false,
  this.showContent = false,
  this.showBcs = false,
  this.showOwner = false,
  this.showPreviousTransaction = false,
  this.showStorageRebate = false,
  this.showDisplay = false,
});