XboxAccountProfile constructor

const XboxAccountProfile({
  1. required String token,
  2. required String userHash,
  3. required String xuid,
  4. required DateTime expiresAt,
})

Implementation

const XboxAccountProfile({
  required this.token,
  required this.userHash,
  required this.xuid,
  required this.expiresAt,
});