ExternalDocs constructor
Creates an ExternalDocs object.
Implementation
const factory ExternalDocs({
/// A short description of the external documentation.
@Default('') String description,
/// The URL for the external documentation.
@Default('') String url,
}) = _ExternalDocs;