phoneWithCountryCode property

RegExp phoneWithCountryCode
final

Phone with country code

Implementation

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