toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (comments != null) 'comments': comments!,
      if (language != null) 'language': language!,
      if (reasonId != null) 'reasonId': reasonId!,
      if (secondaryReasonId != null) 'secondaryReasonId': secondaryReasonId!,
      if (videoId != null) 'videoId': videoId!,
    };