phoneCodeWithoutPlus constant

Pattern const phoneCodeWithoutPlus

address countryCode

Implementation

static const Pattern phoneCodeWithoutPlus = r"^(\d{1,4})$";