SbomSpdxTag constructor

SbomSpdxTag(
  1. String name,
  2. String section,
  3. int position, [
  4. bool canBeOverridden = false,
])

Construction

Implementation

SbomSpdxTag(super.name, super.section, super.position,
    [this.canBeOverridden = false]);