isText method

bool isText()

Implementation

bool isText() {
  return insert.type == DataType.text;
}