regexp property
String
get
regexp
Implementation
_i2.String get regexp => _i3.getProperty(
this,
'regexp',
);
set
regexp
(String value)
Implementation
set regexp(_i2.String value) {
_i3.setProperty(
this,
'regexp',
value,
);
}