device property
TargetDevice
get
device
Implementation
TargetDevice get device => delegate.device;
set
device
(TargetDevice _device)
Implementation
set device(TargetDevice _device) => delegate.device = _device;