countryCodePattern constant

String const countryCodePattern

Implementation

static const String countryCodePattern = r'(^(\+?[0-9]{1,4}\-?)$)';