regex property

String? regex
finalinherited

regex is a regex pattern to filter notifications on.

You can provide sharedBy or sharedWith as parts of this regex expression, or you can provide them separately.

Implementation

final String? regex;