isValid method

bool isValid()

Implementation

bool isValid() {
  return this.points.length > 1;
}