PhotosState.inProgress constructor Null safety
Creates loading cubit state for photos.
Implementation
const factory PhotosState.inProgress({List<Photo>? currentPhotos}) =
_PhotosInProgressState;
Creates loading cubit state for photos.
const factory PhotosState.inProgress({List<Photo>? currentPhotos}) =
_PhotosInProgressState;