phoneWithCountryCode property
Phone with country code
Implementation
static final RegExp phoneWithCountryCode = RegExp(
r'^\+(?:[0-9]●?){6,14}[0-9]$',
);
Phone with country code
static final RegExp phoneWithCountryCode = RegExp(
r'^\+(?:[0-9]●?){6,14}[0-9]$',
);