setFuncName method

void setFuncName(
  1. String? funcName
)

Implementation

void setFuncName( String? funcName ){
	_funcName = funcName;
}