toJson method

Json toJson()
override

Implementation

Json toJson() {
  return {
    'maxPriorityFeePerGas': maxPriorityFeePerGas.toString(),
    'maxFeePerGas': maxFeePerGas.toString(),
  };
}