toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (attributeLanguage != null) 'attributeLanguage': attributeLanguage!,
  if (contentType != null) 'contentType': contentType!,
  if (fetchSchedule != null) 'fetchSchedule': fetchSchedule!,
  if (fileName != null) 'fileName': fileName!,
  if (format != null) 'format': format!,
  if (id != null) 'id': id!,
  if (kind != null) 'kind': kind!,
  if (name != null) 'name': name!,
  if (targets != null) 'targets': targets!,
};