preferredNetworks property
The list of preferred networks that should be used to process payments made with a co-branded card. This value will only be used if your user hasn't selected a network themselves.
Implementation
@JsonKey(toJson: _cardBrandListToJson)
List<CardBrand>? get preferredNetworks => throw _privateConstructorUsedError;