AlbumListLoaded constructor

const AlbumListLoaded({
  1. bool? mightHaveMore,
  2. List<AlbumModel?>? values = const [],
})

Implementation

const AlbumListLoaded({this.mightHaveMore, this.values = const []});