copyWith method

HubCommandV3Body copyWith({
  1. HubCommandModel? command,
})

Implementation

HubCommandV3Body copyWith({HubCommandModel? command}) {
  return HubCommandV3Body(command: command ?? this.command);
}