License constructor

License({
  1. required String path,
  2. required String spdxIdentifier,
})

Implementation

License({
  required this.path,
  required this.spdxIdentifier,
});