APILicense constructor

APILicense(
  1. String? name, {
  2. Uri? url,
})

Implementation

APILicense(this.name, {this.url});