dst property

Vertex? get dst

Implementation

Vertex? get dst => this._dst;
set dst (Vertex? dst)

Implementation

set dst(Vertex? dst) {
  this._dst = dst;
}