cleanLine method

void cleanLine()

Clears the data and attributes of the line, setting them to null.

Implementation

void cleanLine() {
  data = null;
  attributes = null;
}