pattern property Null safety

InstanceRef? pattern
optional">@optionalread / write

The pattern of a RegExp instance.

The pattern is always an instance of kind String.

Provided for instance kinds:

  • RegExp

Implementation

@optional
InstanceRef? pattern;