toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (analysisPercentage != null)
        'analysisPercentage': analysisPercentage!,
      if (annotatorSelector != null) 'annotatorSelector': annotatorSelector!,
      if (filter != null) 'filter': filter!,
      if (parent != null) 'parent': parent!,
    };