isBooleanFunction method

  1. @override
bool isBooleanFunction()
override

Gets whether this function evaluates to a boolean expression.

Returns true> if this function evaluates to a boolean expression.

Implementation

@override
bool isBooleanFunction() {
  return booleanFunction;
}