pattern property
String?
get
pattern
A regular expression pattern that the String must match.
Implementation
String? get pattern => _value['pattern'] as String?;
A regular expression pattern that the String must match.
String? get pattern => _value['pattern'] as String?;