isFunction method

bool isFunction()

Implementation

bool isFunction() {
  return CSSFunction.isFunction(name);
}