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