copyWith method
Implementation
TutorialComponentLoaded copyWith({TutorialModel? copyThis}) {
return TutorialComponentLoaded(value: copyThis ?? value);
}
TutorialComponentLoaded copyWith({TutorialModel? copyThis}) {
return TutorialComponentLoaded(value: copyThis ?? value);
}