isPowertel static method

bool isPowertel(
  1. String value
)

isPowertel

Checks if given number is a valid Powertel number.

Implementation

static bool isPowertel(String value) => isValid(value, _powertel);