CurseForgeModLatestFile class

Constructors

CurseForgeModLatestFile({required int id, required int gameId, required int modId, required bool isAvailable, required String displayName, required String fileName, required CurseForgeFileReleaseType releaseType, required int fileStatus, required List<CurseForgeModHashe> hashes, required String fileDate, required int fileLength, required int downloadCount, required String downloadUrl, required List<String> gameVersions, required List<CurseForgeModSortableGameVersion> sortableGameVersions, required List dependencies, required int alternateFileId, required bool isServerPack, required int fileFingerprint, required List<CurseForgeModModule> modules})
const
CurseForgeModLatestFile.fromJson(String source)
factory
CurseForgeModLatestFile.fromMap(Map<String, dynamic> map)
factory

Properties

alternateFileId int
final
dependencies List
final
displayName String
final
downloadCount int
final
downloadUrl String
final
fileDate String
final
fileFingerprint int
final
fileLength int
final
fileName String
final
fileStatus int
final
gameId int
final
gameVersions List<String>
final
hashCode int
The hash code for this object.
no setteroverride
hashes List<CurseForgeModHashe>
final
id int
final
isAvailable bool
final
isServerPack bool
final
modId int
final
modules List<CurseForgeModModule>
final
releaseType CurseForgeFileReleaseType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortableGameVersions List<CurseForgeModSortableGameVersion>
final

Methods

copyWith({int? id, int? gameId, int? modId, bool? isAvailable, String? displayName, String? fileName, CurseForgeFileReleaseType? releaseType, int? fileStatus, List<CurseForgeModHashe>? hashes, String? fileDate, int? fileLength, int? downloadCount, String? downloadUrl, List<String>? gameVersions, List<CurseForgeModSortableGameVersion>? sortableGameVersions, List? dependencies, int? alternateFileId, bool? isServerPack, int? fileFingerprint, List<CurseForgeModModule>? modules}) CurseForgeModLatestFile
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override