toJson method

Json toJson()
override

Implementation

Json toJson() {
  return {
    'gasLimit': gasLimit,
    ...?gasPrice?.toJson(),
  };
}