isDandemutande static method

bool isDandemutande(
  1. String value
)

Checks if a string is a valid Dandemutande VOIP number

Implementation

static bool isDandemutande(String value) =>
    _isValid(value.replaceAll(RegExp('\\s+'), ""), _datemutande);