phoneNumberRegex top-level constant
String
const phoneNumberRegex
Implementation
const String phoneNumberRegex = r'0[789][01]\d{8}';
const String phoneNumberRegex = r'0[789][01]\d{8}';