usesCustomFunctions property
bool
get
usesCustomFunctions
Whether this widget class uses any custom functions.
Implementation
bool get usesCustomFunctions => customFunctionKeys.isNotEmpty;
Whether this widget class uses any custom functions.
bool get usesCustomFunctions => customFunctionKeys.isNotEmpty;