Constructors
constructor
- new Profile(uid): Profile
 Properties
Readonlyimage
Readonlynickname
nickname: string
Readonlyuid
 Accessors
Staticcurrent
- get current(): null | Profile
- Returns null | Profile
- set current(v): void
- Returns void
 Methods
Static[iterator]
- [iterator](): Generator<Profile, void, unknown>
Staticselect
- select(): null | Profile
- Returns null | Profile
Represents a user profile that exists on the system.