isLineType method

bool isLineType()

Implementation

bool isLineType() {
  return id % 10 == 3;
}