MinecraftProfile class

Annotations
  • @JsonSerializable()

Constructors

MinecraftProfile.new({required String id, required String name, List<Skin>? skins, List<Cape>? capes})
MinecraftProfile.fromJson(Map<String, dynamic> json)
factory

Properties

capes List<Cape>?
final
capeUrl String?
ケープのURLを取得するゲッター
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skins List<Skin>?
final
skinUrl String?
スキンのURLを取得するゲッター
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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