usesCustomFunctions property

bool get usesCustomFunctions

Whether this action block calls any custom functions.

Implementation

bool get usesCustomFunctions => customFunctionKeys.isNotEmpty;