Validates a landline phone number.
static bool validateLandlinePhone(String landlinePhone) => _LandlinePhoneValidator.validate(landlinePhone);