target property
TargetApi
get
target
Supports additional targets discovery and allows to attach to them.
Implementation
TargetApi get target => _target ??= TargetApi(client);
Supports additional targets discovery and allows to attach to them.
TargetApi get target => _target ??= TargetApi(client);