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