hasPoints method

bool hasPoints()

Implementation

bool hasPoints() {
  return points.isNotEmpty;
}