StateResponse constructor
StateResponse({
- Network? network,
- Metrics? metrics,
- Rollup? rollup,
- LinkedHashMap<
String, dynamic> ? auction, - WithdrawalDelayer? withdrawalDelayer,
- RecommendedFee? recommendedFee,
Implementation
StateResponse(
{this.network,
this.metrics,
this.rollup,
this.auction,
this.withdrawalDelayer,
this.recommendedFee});