match method

bool match(
  1. String arg
)

Implementation

bool match(String arg) => _buildRegExp().hasMatch(arg);