toJson method

Map<String, dynamic> toJson()

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,
  };
}