SbomTag<S> constructor

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

Construction

Implementation

SbomTag(this.name, this.section, this.position);