phone property

RegExp phone
final

Implementation

static final RegExp phone = RegExp(
  r'^[\+]?[1-9][\d]{0,15}$',
);