deviceToken property
The player's device token for push notifications (required).
This token is used by Gameball to send push notifications to the player's device. You'll need to implement a mechanism to obtain the device token from your platform-specific notification framework (e.g., Firebase Cloud Messaging or Apple Push Notification service).
Implementation
@JsonKey(name: "deviceToken")
String deviceToken;