pattern property

  1. @override
String? pattern
override

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

The regular expression must follow the ECMA-262 dialect.

Implementation

@override
String? get pattern => dataSchema?.pattern;