usesAppEvents property
bool
get
usesAppEvents
Whether this action block references any app events.
Implementation
bool get usesAppEvents => appEventKeys.isNotEmpty;
Whether this action block references any app events.
bool get usesAppEvents => appEventKeys.isNotEmpty;