isJustNewline method

bool isJustNewline()

Implementation

bool isJustNewline() {
  return insert.value == newLine;
}