QueryLastFinalizedOutputResponse constructor

const QueryLastFinalizedOutputResponse({
  1. BigInt? outputIndex,
  2. Output? outputProposal,
})

Implementation

const QueryLastFinalizedOutputResponse({
  this.outputIndex,
  this.outputProposal,
});