phoneInputLocalizations property
PhoneInputLocalizations
get
phoneInputLocalizations
Implementation
static PhoneInputLocalizations get phoneInputLocalizations {
assert(_phoneInputLocalizations != null,
'No instance of PhoneInputLocalizations has been loaded. Try initializing the instance before accessing current');
return _phoneInputLocalizations!;
}