CurseForgeMinecraftGameVersion class

Constructors

CurseForgeMinecraftGameVersion({required int id, required int gameVersionId, required String versionString, required String jarDownloadUrl, required String jsonDownloadUrl, required bool approved, required String dateModified, required int? gameVersionTypeId, required int gameVersionStatus, required int gameVersionTypeStatus})
const
CurseForgeMinecraftGameVersion.fromJson(String source)
factory
CurseForgeMinecraftGameVersion.fromMap(Map<String, dynamic> map)
factory

Properties

approved bool
final
dateModified String
final
gameVersionId int
final
gameVersionStatus int
final
gameVersionTypeId int?
final
gameVersionTypeStatus int
final
hashCode int
The hash code for this object.
no setteroverride
id int
final
jarDownloadUrl String
final
jsonDownloadUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
versionString String
final

Methods

copyWith({int? id, int? gameVersionId, String? versionString, String? jarDownloadUrl, String? jsonDownloadUrl, bool? approved, String? dateModified, int? gameVersionTypeId, int? gameVersionStatus, int? gameVersionTypeStatus}) CurseForgeMinecraftGameVersion
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