copyWith method

Implementation

ProductDisplayComponentLoaded copyWith({ProductDisplayModel? copyThis}) {
  return ProductDisplayComponentLoaded(value: copyThis ?? value);
}