strCardCountryTip property

String strCardCountryTip

Country/Region must be selected

Implementation

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