dummyPattern top-level property
A pattern which should never be used. It just satisfies non-nullability of pattern fields.
Implementation
final dummyPattern = RegExp('');
A pattern which should never be used. It just satisfies non-nullability of pattern fields.
final dummyPattern = RegExp('');