toJson method
Implementation
Map<String, dynamic> toJson() => {
'network': network!.toJson(),
'metrics': metrics,
'rollup': rollup,
'auction': auction,
'withdrawalDelayer': withdrawalDelayer!.toJson(),
'recommendedFee': recommendedFee!.toJson(),
};