toJson method
override
Implementation
Json toJson() {
return {
'maxPriorityFeePerGas': maxPriorityFeePerGas.toJson(),
'maxFeePerGas': maxFeePerGas.toJson(),
};
}
Json toJson() {
return {
'maxPriorityFeePerGas': maxPriorityFeePerGas.toJson(),
'maxFeePerGas': maxFeePerGas.toJson(),
};
}