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