toJson method

Map<String, dynamic> toJson()

Implementation

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