copyWith method
- HubCommandModel? command,
Implementation
HubCommandV3Body copyWith({HubCommandModel? command}) {
return HubCommandV3Body(command: command ?? this.command);
}
HubCommandV3Body copyWith({HubCommandModel? command}) {
return HubCommandV3Body(command: command ?? this.command);
}