usesCustomFunctions property
bool
get
usesCustomFunctions
Whether this action block calls any custom functions.
Implementation
bool get usesCustomFunctions => customFunctionKeys.isNotEmpty;
Whether this action block calls any custom functions.
bool get usesCustomFunctions => customFunctionKeys.isNotEmpty;