ContentMatchOptions constructor

ContentMatchOptions({
  1. required String pattern,
})

Returns a new ContentMatchOptions instance.

Implementation

ContentMatchOptions({
  required this.pattern,
});