copyWithWrapped method
- Wrapped<
HubCommandModel?> ? command,
Implementation
HubCommandV3Body copyWithWrapped({Wrapped<HubCommandModel?>? command}) {
return HubCommandV3Body(
command: (command != null ? command.value : this.command));
}
HubCommandV3Body copyWithWrapped({Wrapped<HubCommandModel?>? command}) {
return HubCommandV3Body(
command: (command != null ? command.value : this.command));
}