Account class

Annotations
  • @JsonSerializable()

Constructors

Account.new({required String accessToken, required String accessTokenExpiresAt, required String avatar, required bool eligibleForMigration, required String franchiseInventoryId, required bool hasMultipleProfiles, required bool inForcedMigration, required bool legacy, required List<String> licenseProductIds, required String localId, required MinecraftProfile minecraftProfile, required bool persistent, required String remoteId, required String type, required List userProperites, required String username})
Account.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String
final
accessTokenExpiresAt String
final
avatar String
final
eligibleForMigration bool
final
franchiseInventoryId String
final
hashCode int
The hash code for this object.
no setterinherited
hasMultipleProfiles bool
final
inForcedMigration bool
final
legacy bool
final
licenseProductIds List<String>
final
localId String
final
minecraftProfile MinecraftProfile
final
persistent bool
final
remoteId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final
username String
final
userProperites List
final

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