isFormula method

bool isFormula()

Implementation

bool isFormula() {
  return insert.type == DataType.formula;
}