copyWith method

ShopFrontComponentLoaded copyWith({
  1. ShopFrontModel? copyThis,
})

Implementation

ShopFrontComponentLoaded copyWith({ShopFrontModel? copyThis}) {
  return ShopFrontComponentLoaded(value: copyThis ?? value);
}