toJson method

Map<String, dynamic> toJson()

Implementation

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