toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (displayName != null) 'displayName': displayName!,
      if (endTime != null) 'endTime': endTime!,
      if (entryCount != null) 'entryCount': entryCount!,
      if (inputConfig != null) 'inputConfig': inputConfig!,
      if (languageCodesSet != null) 'languageCodesSet': languageCodesSet!,
      if (languagePair != null) 'languagePair': languagePair!,
      if (name != null) 'name': name!,
      if (submitTime != null) 'submitTime': submitTime!,
    };