hasMatch method

bool hasMatch(
  1. String pattern
)

Implementation

bool hasMatch(String pattern) => LocalExtensions.hasMatch(this, pattern);