toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final closeVariants = this.closeVariants;
  final keywordAnnotations = this.keywordAnnotations;
  final keywordIdeaMetrics = this.keywordIdeaMetrics;
  final text = this.text;
  return {
    'closeVariants': ?closeVariants,
    'keywordAnnotations': ?keywordAnnotations,
    'keywordIdeaMetrics': ?keywordIdeaMetrics,
    'text': ?text,
  };
}