compile property

RegExp Function(String, [String?]) get compile

Implementation

_i3.RegExp Function(
  _i2.String, [
  _i2.String?,
]) get compile => (
      _i2.String p0, [
      _i2.String? p1,
    ]) =>
        _i6.callMethod(
          _i6.getProperty(
            this,
            'compile',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i5.undefined,
          ],
        );
set compile (RegExp value(String, [String?]))

Implementation

set compile(
    _i3.RegExp Function(
      _i2.String, [
      _i2.String?,
    ]) value) {
  _i6.setProperty(
    this,
    'compile',
    _i6.allowInterop(value),
  );
}