to_host property

HostAddr? get to_host

Implementation

t_nebula.HostAddr? get to_host => this._to_host;
set to_host (HostAddr? to_host)

Implementation

set to_host(t_nebula.HostAddr? to_host) {
  this._to_host = to_host;
}