LibraryDownloads constructor
LibraryDownloads({
- DownloadArtifact? artifact,
- Map<
String, DownloadArtifact> ? classifiers,
Implementation
LibraryDownloads({this.artifact, this.classifiers});