lineIsEmpty method

bool lineIsEmpty()

Implementation

bool lineIsEmpty() {
  return identical(_currentLine.parts.length, 0);
}