pattern property

String? pattern
final

Provides a regular expression to express constraints of the string value.

The regular expression must follow the ECMA-262 dialect.

Implementation

final String? pattern;