getErrorMessage method

  1. @override
String getErrorMessage()
override

Implementation

@override
String getErrorMessage() {
  final allMatches = regex.allMatches(element.displayName);
  return allMatches.map(_printMatch).toList().join('');
}