License constructor

License({
  1. String? htmlUrl,
  2. String? key,
  3. String? name,
  4. String? nodeId,
  5. String? spdxId,
  6. String? url,
})

Implementation

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