url property
A URL to the license used for the API. This must be in the form of a URL.
The url field is mutually exclusive of the identifier field.
Implementation
String? get identifier;/// A URL to the license used for the API. This must be in the form of a URL.
/// The [url] field is mutually exclusive of the [identifier] field.
String? get url;