isValidLength method
validates a phone number by only checking its length
Implementation
bool isValidLength({PhoneNumberType? type}) =>
Validator.validateWithLength(isoCode, nsn, type);
validates a phone number by only checking its length
bool isValidLength({PhoneNumberType? type}) =>
Validator.validateWithLength(isoCode, nsn, type);