relatedArtifact property

List<RelatedArtifact>? relatedArtifact
inherited

relatedArtifact Citations, references, URLs and other related documents. When using relatedArtifact to share URLs, the relatedArtifact.type will often be set to one of "documentation" or "supported-with" and the URL value will often be in relatedArtifact.document.url but another possible location is relatedArtifact.resource when it is a canonical URL.

Implementation

List<RelatedArtifact>? get relatedArtifact =>
    throw _privateConstructorUsedError;