country property

String? get country
inherited

Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you’ve collected.

Implementation

CardTokenBrand? get brand;/// Two-letter ISO code representing the country of the card.
/// You could use this attribute to get a sense of the
/// international breakdown of cards you’ve collected.
String? get country;