usesAppEvents property
bool
get
usesAppEvents
Whether this widget class uses any app events.
Implementation
bool get usesAppEvents => appEventKeys.isNotEmpty;
Whether this widget class uses any app events.
bool get usesAppEvents => appEventKeys.isNotEmpty;