copyWith method
Implementation
AlbumComponentLoaded copyWith({AlbumModel? copyThis}) {
return AlbumComponentLoaded(value: copyThis ?? value);
}
AlbumComponentLoaded copyWith({AlbumModel? copyThis}) {
return AlbumComponentLoaded(value: copyThis ?? value);
}