AlbumsState.success constructor Null safety
Creates loading succeeded cubit state for albums.
Implementation
const factory AlbumsState.success(List<Album> albums) = _AlbumsSuccessState;
Creates loading succeeded cubit state for albums.
const factory AlbumsState.success(List<Album> albums) = _AlbumsSuccessState;