dst property

Value? get dst

Implementation

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

Implementation

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