copyWith method
Implementation
FaderComponentLoaded copyWith({FaderModel? copyThis}) {
return FaderComponentLoaded(value: copyThis ?? value);
}
FaderComponentLoaded copyWith({FaderModel? copyThis}) {
return FaderComponentLoaded(value: copyThis ?? value);
}