Allow constructor

Allow(
  1. List<OperationStatus> operation_statuses,
  2. List<String> operation_types,
  3. List<RosettaError> errors,
  4. bool historical_balance_lookup,
  5. List<String> call_methods,
  6. List<BalanceExemption> balance_exemptions,
  7. bool mempool_coins,
  8. int? timestamp_start_index,
)

Implementation

Allow(
    this.operation_statuses,
    this.operation_types,
    this.errors,
    this.historical_balance_lookup,
    this.call_methods,
    this.balance_exemptions,
    this.mempool_coins,
    this.timestamp_start_index);