PhotoState.success constructor Null safety
- Photo photo
Creates loading succeeded cubit state for a photo.
Implementation
const factory PhotoState.success(Photo photo) = _PhotoSuccessState;
Creates loading succeeded cubit state for a photo.
const factory PhotoState.success(Photo photo) = _PhotoSuccessState;