Allow constructor

const Allow(
  1. List<OperationStatus> operationStatus,
  2. List<String> operationTypes,
  3. List<RosettaError> errors,
  4. bool historicalBalanceLookup,
  5. List<String> callMethods,
  6. List<BalanceExemption> balanceExemptions,
  7. bool mempoolCoins,
  8. int? timestampStartIndex,
)

Implementation

const Allow(
  this.operationStatus,
  this.operationTypes,
  this.errors,
  this.historicalBalanceLookup,
  this.callMethods,
  this.balanceExemptions,
  this.mempoolCoins,
  this.timestampStartIndex,
);