toJson method

Json toJson()
override

Implementation

Json toJson() {
  return {
    'feeLimit': feeLimit.toJson(),
  };
}