LicenseKind constructor

LicenseKind({
  1. String? key,
  2. String? name,
  3. String? spdxId,
  4. Uri? url,
  5. String? nodeId,
})

Implementation

LicenseKind({this.key, this.name, this.spdxId, this.url, this.nodeId});