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