vipOnly property
Whether this server is restricted to VIP users
Implementation
@JsonKey(includeIfNull: false, name: 'vip_only')
final bool? vipOnly;
Whether this server is restricted to VIP users
@JsonKey(includeIfNull: false, name: 'vip_only')
final bool? vipOnly;