core.Map<core.String, core.dynamic> toJson() => { if (cities != null) 'cities': cities!, if (kind != null) 'kind': kind!, };