toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final highRelevanceAttributes = this.highRelevanceAttributes;
  final mediumRelevanceAttributes = this.mediumRelevanceAttributes;
  return {
    'highRelevanceAttributes': ?highRelevanceAttributes,
    'mediumRelevanceAttributes': ?mediumRelevanceAttributes,
  };
}