UrpImpDeviceCommand constructor
UrpImpDeviceCommand({
- UrpImpCommand? command,
Implementation
factory UrpImpDeviceCommand({
UrpImpCommand? command,
}) {
final $result = create();
if (command != null) {
$result.command = command;
}
return $result;
}