usesCustomActions property
bool
get
usesCustomActions
Whether this action block calls any custom actions.
Implementation
bool get usesCustomActions => customActionKeys.isNotEmpty;
Whether this action block calls any custom actions.
bool get usesCustomActions => customActionKeys.isNotEmpty;