toJson method
Implementation
Map<String, dynamic> toJson() => {
'ethereumBlockNum': ethereumBlockNum,
'forgeL1L2BatchTimeout': forgeL1L2BatchTimeout,
'feeAddToken': feeAddToken,
'withdrawalDelay': withdrawalDelay,
'buckets': buckets,
};