copyWith method
Implementation
PayComponentLoaded copyWith({PayModel? copyThis}) {
return PayComponentLoaded(value: copyThis ?? value);
}
PayComponentLoaded copyWith({PayModel? copyThis}) {
return PayComponentLoaded(value: copyThis ?? value);
}