displayName property
Display Name the player has chosen for themselves. The display name is optional when the data type is used as input to a platform API.
Implementation
@JsonKey(name:'displayName')
String? displayName;
Display Name the player has chosen for themselves. The display name is optional when the data type is used as input to a platform API.
@JsonKey(name:'displayName')
String? displayName;