MinecraftPatch class
A Patch/Version of Minecraft, including a image and a description.
Constructors
-
MinecraftPatch.fromJson(Map<
String, dynamic> data)
Properties
- body ↔ String
-
A html style description of this patch.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
A string id of this version.
getter/setter pair
- imageTitle ↔ String
-
The title of this patch's image.
getter/setter pair
- imageUrl → String
-
The url to the patch's image.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title ↔ String
-
The title of this patch.
getter/setter pair
- type ↔ MinecraftPatchType
-
The type of this patch.
getter/setter pair
- version ↔ String
-
The actual version id of this patch.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited