DocumentNote constructor

DocumentNote({
  1. String? dataLicence,
  2. String? spdxVersion,
})

Implementation

DocumentNote({
  this.dataLicence,
  this.spdxVersion,
});