playerAttributes property
Additional player attributes to be sent during registration (optional).
This can include details such as the player's display name, email address, mobile number, date of birth, and custom attributes specific to your application. These attributes can be used by Gameball to personalize the player's experience within the platform.
Implementation
@JsonKey(name: "playerAttributes")
PlayerAttributes? playerAttributes;