toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (attributions != null) 'attributions': attributions!,
      if (comment != null) 'comment': comment!,
      if (contributors != null) 'contributors': contributors!,
      if (copyright != null) 'copyright': copyright!,
      if (filesLicenseInfo != null) 'filesLicenseInfo': filesLicenseInfo!,
      if (id != null) 'id': id!,
      if (licenseComments != null) 'licenseComments': licenseComments!,
      if (licenseConcluded != null) 'licenseConcluded': licenseConcluded!,
      if (notice != null) 'notice': notice!,
    };