call property

({RegExp Function(Object pattern) $1, RegExp Function(String pattern, [String? flags]) $2, RegExp Function(Object pattern, [String? flags]) $3}) get call

Overload accessor: $1, $2, $3

Implementation

({
  _i3.RegExp Function(_i2.Object pattern) $1,
  _i3.RegExp Function(
    _i2.String pattern, [
    _i2.String? flags,
  ]) $2,
  _i3.RegExp Function(
    _i2.Object pattern, [
    _i2.String? flags,
  ]) $3,
}) get call => (
      $1: _call$1,
      $2: _call$2,
      $3: _call$3,
    );