Get all valid prefixes as strings
List<String> get validPrefixes => phoneNumberPrefixes.map((p) => p.prefix).toList();