ButtplugDeviceCommand<T>.setAll constructor
ButtplugDeviceCommand<T>.setAll (
- T command
Implementation
factory ButtplugDeviceCommand.setAll(T command) {
return ButtplugDeviceCommand._(command, null, null);
}