AlbumListLoaded constructor
const
AlbumListLoaded({
- bool? mightHaveMore,
- List<
AlbumModel?> ? values = const [],
Implementation
const AlbumListLoaded({this.mightHaveMore, this.values = const []});