toJson method

Map<String, dynamic> toJson()

Implementation

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