invalidCountryErrorMessage property

  1. @override
String get invalidCountryErrorMessage
override

No description provided for @invalidCountryErrorMessage.

In en, this message translates to: 'Not a valid country.'

Implementation

@override
String get invalidCountryErrorMessage => 'Not a valid country.';