ptVal property

Point? get ptVal

Implementation

Point? get ptVal => this._ptVal;
set ptVal (Point? ptVal)

Implementation

set ptVal(Point? ptVal) {
  this._ptVal = ptVal;
}