Player constructor
Player({
- String? avatarImageUrl,
- String? bannerUrlLandscape,
- String? bannerUrlPortrait,
- String? displayName,
- PlayerExperienceInfo? experienceInfo,
- String? friendStatus,
- String? gamePlayerId,
- String? kind,
- PlayerName? name,
- String? originalPlayerId,
- String? playerId,
- ProfileSettings? profileSettings,
- String? title,
Implementation
Player({
this.avatarImageUrl,
this.bannerUrlLandscape,
this.bannerUrlPortrait,
this.displayName,
this.experienceInfo,
this.friendStatus,
this.gamePlayerId,
this.kind,
this.name,
this.originalPlayerId,
this.playerId,
this.profileSettings,
this.title,
});