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