copyWith method

Implementation

NotificationComponentLoaded copyWith({NotificationModel? copyThis}) {
  return NotificationComponentLoaded(value: copyThis ?? value);
}