displayName property

  1. @JsonKey(name: 'displayName')
String? displayName
getter/setter pair

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;