addFeatures property
- @JsonKey.new(includeIfNull: false, name: 'add_features')
final
Guild features to add to all specified guilds
Implementation
@JsonKey(includeIfNull: false, name: 'add_features')
final List<GuildFeatureSchema>? addFeatures;