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