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
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