vipOnly property

  1. @JsonKey.new(includeIfNull: false, name: 'vip_only')
bool? vipOnly
final

Whether this server is restricted to VIP users

Implementation

@JsonKey(includeIfNull: false, name: 'vip_only')
final bool? vipOnly;