end property

Point<double> end

Implementation

Point<double> get end => _end;
void end=(Point<double> value)

Implementation

set end(Point<double> value) {
  _end = value;
}