menu
shared_component package
documentation
utils/app_extensions/string_extension.dart
StringExtension
isPhone property
isPhone property
dark_mode
light_mode
isPhone
property
bool
get
isPhone
Implementation
bool get isPhone { return RegExp(r'^[0-9]{10}$').hasMatch(this); }
shared_component package
documentation
utils/app_extensions/string_extension
StringExtension
isPhone property
StringExtension extension on
String