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