OpenApiExternalDocs constructor
Creates an external documentation reference.
Parameters:
descriptionA short description of the documentation (required).urlThe URL pointing to the external documentation (required).
Implementation
const OpenApiExternalDocs({
required this.description,
required this.url,
});