matchAll property

Symbol get matchAll

A regular expression method that matches the regular expression against a string. Called by the String.prototype.matchAll method.

Implementation

static _i2.Symbol get matchAll => _i6.getProperty(
      _i7.target26,
      'matchAll',
    );