toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final fixedFee = this.fixedFee;
  final microPercent = this.microPercent;
  return {'fixedFee': ?fixedFee, 'microPercent': ?microPercent};
}