phone property
Matches common phone number formats (E.164 and regional variants).
Implementation
static final RegExp phone = RegExp(r'^\+?[\d\s\-()\.\[\]]{7,15}$');
Matches common phone number formats (E.164 and regional variants).
static final RegExp phone = RegExp(r'^\+?[\d\s\-()\.\[\]]{7,15}$');