StateResponse constructor

StateResponse({
  1. Network? network,
  2. Metrics? metrics,
  3. Rollup? rollup,
  4. LinkedHashMap<String, dynamic>? auction,
  5. WithdrawalDelayer? withdrawalDelayer,
  6. RecommendedFee? recommendedFee,
})

Implementation

StateResponse(
    {this.network,
    this.metrics,
    this.rollup,
    this.auction,
    this.withdrawalDelayer,
    this.recommendedFee});