copyWith method

Implementation

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