isEmpty property
bool
get
isEmpty
Implementation
bool get isEmpty => points.isEmpty || points.every((point) => point == null);
bool get isEmpty => points.isEmpty || points.every((point) => point == null);