copyWith method
Implementation
DividerComponentLoaded copyWith({DividerModel? copyThis}) {
return DividerComponentLoaded(value: copyThis ?? value);
}
DividerComponentLoaded copyWith({DividerModel? copyThis}) {
return DividerComponentLoaded(value: copyThis ?? value);
}