toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final documentationUrl = this.documentationUrl;
final level = this.level;
final type = this.type;
return {
'documentationUrl': ?documentationUrl,
'level': ?level,
'type': ?type,
};
}