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

String? get country => throw _privateConstructorUsedError;