OpenApiLicence constructor
Creates an OpenAPI-compliant license object.
Parameters:
nameThe name of the license (required).urlA link to the full license text (required).
Implementation
const OpenApiLicence({
required this.name,
required this.url,
});