ButtplugDeviceCommand<T>.setAll constructor

ButtplugDeviceCommand<T>.setAll(
  1. T command
)

Implementation

factory ButtplugDeviceCommand.setAll(T command) {
  return ButtplugDeviceCommand._(command, null, null);
}