Does given normalizedNumber matches this country.
normalizedNumber
bool matches(String normalizedNumber) => normalizedNumber.startsWith(_prefixStr);