menu
events_emitter package
documentation
emitters/restricted_event_emitter.dart
RestrictedEventEmitter
allow property
allow property
dark_mode
light_mode
allow
property
Set
<
String
>
?
allow
final
List of allowed event types.
Implementation
final Set<String>? allow;
events_emitter package
documentation
emitters/restricted_event_emitter
RestrictedEventEmitter
allow property
RestrictedEventEmitter class