types property

  1. @override
List<String>? types
getter/setter pairoverride

A list of event types to include. If this list is absent then all event types are included. A '*' can be used as a wildcard to match any sequence of characters.

Implementation

@override
List<String>? types;