shouldUseFunction method

bool shouldUseFunction()

Implementation

bool shouldUseFunction() {
  return function != null;
}