LicenseObject constructor
Creates a LicenseObject with the given name and optional url.
Implementation
const LicenseObject({required this.name, this.url, this.identifier});
Creates a LicenseObject with the given name and optional url.
const LicenseObject({required this.name, this.url, this.identifier});