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