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