AlbumListUpdated constructor
const
AlbumListUpdated({
- List<
AlbumModel?> ? value, - bool? mightHaveMore,
Implementation
const AlbumListUpdated({this.value, this.mightHaveMore});