getAllFunctionName static method
Implementation
static String getAllFunctionName() {
return {..._buildInFunctions, ...defaultFunctions}.keys.join("|");
}
static String getAllFunctionName() {
return {..._buildInFunctions, ...defaultFunctions}.keys.join("|");
}