toJson method

Map<String, dynamic> toJson()

Implementation

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