ForgeLibrary constructor

ForgeLibrary({
  1. String? name,
  2. String? url,
  3. ForgeLibraryDownloads? downloads,
})

Implementation

ForgeLibrary({this.name, this.url, this.downloads});