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