ForgeLibrary constructor
ForgeLibrary({
- String? name,
- String? url,
- ForgeLibraryDownloads? downloads,
Implementation
ForgeLibrary({this.name, this.url, this.downloads});