MinecraftCape class

Annotations
  • @JsonSerializable()

Constructors

MinecraftCape.new({required String id, required String state, required String url, required String alias})
const
MinecraftCape.fromJson(Map<String, dynamic> json)
Converts a JSON map to a MinecraftCape.
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

Methods

copyWith({String? id, String? state, String? url, String? alias}) MinecraftCape
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this MinecraftCape to a JSON map.
toString() String
A string representation of this object.
inherited

Operators

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