PhotoState.failure constructor Null safety
- Failure failure
Creates loading failed cubit state for a photo.
Implementation
const factory PhotoState.failure(Failure failure) = _PhotoFailureState;
Creates loading failed cubit state for a photo.
const factory PhotoState.failure(Failure failure) = _PhotoFailureState;