Package knf.hydra.core.models.data
Class GallerySource
-
- All Implemented Interfaces:
public final class GallerySource extends SourceData<GalleryItem>
Represents a gallery with media
-
-
Constructor Summary
Constructors Constructor Description GallerySource(Flow<List<GalleryItem>> items)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
GallerySource
GallerySource(Flow<List<GalleryItem>> items)
- Parameters:
items- Gallery items
-
-
-
-