License constructor

License({
  1. String? type,
  2. String? href,
  3. String? value,
})

Implementation

License({
  this.type,
  this.href,
  this.value,
});