allowedPattern property

String? allowedPattern
final

A regular expression that represents the patterns that allow for String types. The pattern must match the entire parameter value provided.

Implementation

final String? allowedPattern;