start property

Point<double> get start

Implementation

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

Implementation

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