Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'customerId'] = customerId; json[r'month'] = month; return json; }