allowedCountryCodes property

List<CountryCode>? allowedCountryCodes
final

List of valid country codes (e.g., "+1" for the USA, "+91" for India).

Implementation

final List<CountryCode>? allowedCountryCodes;