FetchedGalleryPhotosState constructor

const FetchedGalleryPhotosState(
  1. List<Photo> dataList,
  2. int currentOffset, {
  3. String? tag,
})

Implementation

const FetchedGalleryPhotosState(
  super.dataList,
  super.currentOffset, {
  super.tag,
});