copyWith method
Implementation
AssignmentViewComponentLoaded copyWith({AssignmentViewModel? copyThis}) {
return AssignmentViewComponentLoaded(value: copyThis ?? value);
}
AssignmentViewComponentLoaded copyWith({AssignmentViewModel? copyThis}) {
return AssignmentViewComponentLoaded(value: copyThis ?? value);
}