notAllowedToSelectAvatarInPrivateWorldMessage property

  1. @JsonKey(name: r'notAllowedToSelectAvatarInPrivateWorldMessage', required: true, includeIfNull: false)
String notAllowedToSelectAvatarInPrivateWorldMessage
final

Used in-game to notify a user they aren't allowed to select avatars in private worlds

Implementation

@JsonKey(
    name: r'notAllowedToSelectAvatarInPrivateWorldMessage',
    required: true,
    includeIfNull: false)
final String notAllowedToSelectAvatarInPrivateWorldMessage;