x property

  1. @override
Collection<Point2<X, Y>> x
override

Represents a value in the X-axis.

Implementation

@override
Collection<Point2<X, Y>> get x => _domain((point) => point.x);