copyWith method
Implementation
AppComponentLoaded copyWith({AppModel? copyThis}) {
  return AppComponentLoaded(value: copyThis ?? value);
}AppComponentLoaded copyWith({AppModel? copyThis}) {
  return AppComponentLoaded(value: copyThis ?? value);
}