Validates a standard E.164 country dial code.
FormRules.countryCode().build()
static Validator countryCode({String? message}) => Validator._()..countryCode(message: message);