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