target property
HostAddr?
get
target
Implementation
t_nebula.HostAddr? get target => this._target;
set
target
(HostAddr? target)
Implementation
set target(t_nebula.HostAddr? target) {
this._target = target;
}