allMatches method

Iterable<Match>? allMatches(
  1. String string, [
  2. int start = 0
])

Implementation

Iterable<Match>? allMatches(String string, [int start = 0]) {
  return value?.allMatches(string, start);
}