usesCustomActions property

bool get usesCustomActions

Whether this action block calls any custom actions.

Implementation

bool get usesCustomActions => customActionKeys.isNotEmpty;