pattern property
getter/setter pair
The pattern of a RegExp instance.
The pattern is always an instance of kind String.
Provided for instance kinds:
- RegExp
Implementation
@optional
InstanceRef? pattern;
The pattern of a RegExp instance.
The pattern is always an instance of kind String.
Provided for instance kinds:
@optional
InstanceRef? pattern;