nc-photos/app/lib/entity/nc_album/item.dart

5 lines
77 B
Dart

class NcAlbumItem {
const NcAlbumItem(this.fileId);
final int fileId;
}