pattern property

String? pattern
getter/setter pair

If type is STRING, pattern specifies a regular expression that the string must match.

Optional.

Implementation

core.String? pattern;