start property

Point<double> start

Implementation

Point<double> get start => _start;
void start=(Point<double> value)

Implementation

set start(Point<double> value) {
  _start = value;
}