menu
flutter_shared_utils package
documentation
flutter_shared_utils.dart
RequirementX
hasMatch method
hasMatch method
dark_mode
light_mode
hasMatch
method
bool
hasMatch
(
String
toMatch
)
Implementation
bool hasMatch(String toMatch) { return RegExp(regExp).hasMatch(toMatch); }
flutter_shared_utils package
documentation
flutter_shared_utils
RequirementX
hasMatch method
RequirementX extension on
Requirement