copyWithWrapped method
Implementation
CommandTaskIdDTO copyWithWrapped({Wrapped<String?>? id}) {
return CommandTaskIdDTO(id: (id != null ? id.value : this.id));
}
CommandTaskIdDTO copyWithWrapped({Wrapped<String?>? id}) {
return CommandTaskIdDTO(id: (id != null ? id.value : this.id));
}