copyWith method

PayComponentLoaded copyWith({
  1. PayModel? copyThis,
})

Implementation

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