toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (comment != null) 'comment': comment!,
if (filename != null) 'filename': filename!,
if (id != null) 'id': id!,
if (licenseComments != null) 'licenseComments': licenseComments!,
if (licenseConcluded != null) 'licenseConcluded': licenseConcluded!,
if (sourceInfo != null) 'sourceInfo': sourceInfo!,
};