copyWith method
Implementation
CartComponentLoaded copyWith({CartModel? copyThis}) {
return CartComponentLoaded(value: copyThis ?? value);
}
CartComponentLoaded copyWith({CartModel? copyThis}) {
return CartComponentLoaded(value: copyThis ?? value);
}