PhotosState.success constructor Null safety
Creates loading succeeded cubit state for photos.
Implementation
const factory PhotosState.success(List<Photo> photos) = _PhotosSuccessState;
Creates loading succeeded cubit state for photos.
const factory PhotosState.success(List<Photo> photos) = _PhotosSuccessState;