phone property

RegExp phone
final

Matches common phone number formats (E.164 and regional variants).

Implementation

static final RegExp phone = RegExp(r'^\+?[\d\s\-()\.\[\]]{7,15}$');