isValid method

bool isValid()

Implementation

bool isValid() {
  return this.id > 0 && this.points.length > 2;
}