MicrosoftAccount constructor
const
MicrosoftAccount({})
Implementation
const MicrosoftAccount({
this.userName,
required this.refreshToken,
this.minecraftToken,
this.minecraftTokenExpiry,
this.xboxToken,
this.xboxTokenExpiry,
});