AlbumsState.failure constructor Null safety

const AlbumsState.failure(
  1. Failure failure
)

Creates loading failed cubit state for albums.

Implementation

const factory AlbumsState.failure(Failure failure) = _AlbumsFailureState;