copyWith method
Implementation
GridComponentLoaded copyWith({GridModel? copyThis}) {
return GridComponentLoaded(value: copyThis ?? value);
}
GridComponentLoaded copyWith({GridModel? copyThis}) {
return GridComponentLoaded(value: copyThis ?? value);
}