device property

TargetDevice device

Implementation

TargetDevice get device => delegate.device;
void device=(TargetDevice _device)

Implementation

set device(TargetDevice _device) => delegate.device = _device;