MinecraftSkin class
- Annotations
-
- @JsonSerializable()
Constructors
- MinecraftSkin.new({required String id, required String state, required String url, required String variant, String? alias})
-
const
-
MinecraftSkin.fromJson(Map<
String, dynamic> json) -
Converts a JSON map to a MinecraftSkin.
factory
Properties
Methods
-
copyWith(
{String? id, String? state, String? url, String? variant, String? alias}) → MinecraftSkin -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this MinecraftSkin to a JSON map.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited