MinecraftTokenResponse constructor
const
MinecraftTokenResponse({})
Implementation
const MinecraftTokenResponse({
required this.username,
required this.roles,
required this.accessToken,
required this.tokenType,
required this.expiresIn,
});