build method

  1. @override
List<SbomSpdxTag> build()
override

Build the database.

Implementation

@override
List<SbomSpdxTag> build() {
  _documentCreation();
  _package();

  return _tags;
}