PhotoLikeState.failure constructor Null safety

const PhotoLikeState.failure(
  1. Failure failure
)

Creates loading failed cubit state for liking a photo.

Implementation

const factory PhotoLikeState.failure(Failure failure) =
    _PhotoLikeFailureState;