UserInfoResponse constructor
Creates an instance of UserInfoResponse.
All fields are required.
Implementation
const UserInfoResponse({
required this.sub,
required this.id,
required this.battleTag,
});
Creates an instance of UserInfoResponse.
All fields are required.
const UserInfoResponse({
required this.sub,
required this.id,
required this.battleTag,
});