Creates a new Profile instance from the given profile UID.
const profile = new Switch.Profile([
0x10005d4864d166b7n,
0x965b8cb028cd8a81n,
]);
console.log(profile.nickname);
Readonly imageThe raw JPEG data for the profile image. Can be decoded with the Image class.
Readonly nicknameThe human readable nickname of the profile.
Readonly uidThe unique ID of the profile, represented as an array of two bigint values.
Static currentStatic [iterator]Static select
Represents a user profile that exists on the system.