CurseForgeModLatestFilesIndex class

Constructors

CurseForgeModLatestFilesIndex({required String gameVersion, required int fileId, required String filename, required CurseForgeFileReleaseType releaseType, required int? gameVersionTypeId, required CurseForgeModLoaderType? modLoader})
const
CurseForgeModLatestFilesIndex.fromJson(String source)
factory
CurseForgeModLatestFilesIndex.fromMap(Map<String, dynamic> map)
factory

Properties

fileId int
final
filename String
final
gameVersion String
final
gameVersionTypeId int?
final
hashCode int
The hash code for this object.
no setteroverride
modLoader CurseForgeModLoaderType?
final
releaseType CurseForgeFileReleaseType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? gameVersion, int? fileId, String? filename, CurseForgeFileReleaseType? releaseType, int? gameVersionTypeId, CurseForgeModLoaderType? modLoader}) CurseForgeModLatestFilesIndex
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