SbomTag<S>.mandatory constructor

SbomTag<S>.mandatory(
  1. String name,
  2. S section,
  3. int position
)

Implementation

SbomTag.mandatory(this.name, this.section, this.position) {
  _mandatory = true;
}