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

alias String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
final
url String
final
variant String
final

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