toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final otherMetadata = this.otherMetadata;
final scoreRange = this.scoreRange;
final title = this.title;
return {
'otherMetadata': ?otherMetadata,
'scoreRange': ?scoreRange,
'title': ?title,
};
}