compile property
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,
],
);