ContentMatchOptions constructor
ContentMatchOptions({
- required String pattern,
Returns a new ContentMatchOptions instance.
Implementation
ContentMatchOptions({
required this.pattern,
});
Returns a new ContentMatchOptions instance.
ContentMatchOptions({
required this.pattern,
});