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