strCardCountry property

String strCardCountry

Country/Region

Implementation

String get strCardCountry {
  return Intl.message(
    'Country/Region',
    name: 'strCardCountry',
    desc: '',
    args: [],
  );
}