copyWith method

DialogComponentLoaded copyWith({
  1. DialogModel? copyThis,
})

Implementation

DialogComponentLoaded copyWith({DialogModel? copyThis}) {
  return DialogComponentLoaded(value: copyThis ?? value);
}