deepCopy static method
DialogModel
deepCopy(
- DialogModel from
Implementation
static DialogModel deepCopy(DialogModel from) {
var copyOfDialogModel = from.copyWith();
return copyOfDialogModel;
}