MinecraftVersionManifest class

Constructors

MinecraftVersionManifest({required String latestRelease, required List<MinecraftVersion> versions, required String latestSnapshot, required String uuid, required DateTime lastUpdated})
const
MinecraftVersionManifest.fromJson(String json)
factory
MinecraftVersionManifest.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
lastUpdated DateTime
final
latestRelease String
final
latestSnapshot String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
final
versions List<MinecraftVersion>
final

Methods

copyWith({String? latestRelease, String? latestSnapshot, List<MinecraftVersion>? versions, String? uuid, DateTime? lastUpdated, int? statusCode, String? statusMessage}) MinecraftVersionManifest
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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