regexPhone top-level constant

String const regexPhone

Implementation

const regexPhone = r"^[0-9]{10,}$";