source property
String
get
source
Returns a copy of the text of the regular expression pattern. Read-only. The regExp argument is a Regular expression object. It can be a variable name or a literal.
Implementation
_i2.String get source => _i6.getProperty(
this,
'source',
);