phoneNumberRegex top-level constant

String const phoneNumberRegex

Implementation

const String phoneNumberRegex = r'0[789][01]\d{8}';