Input$GalleryRemoveInput constructor

Input$GalleryRemoveInput({
  1. required String gallery_id,
  2. required List<String> image_ids,
})

Implementation

factory Input$GalleryRemoveInput({
  required String gallery_id,
  required List<String> image_ids,
}) => Input$GalleryRemoveInput._({
  r'gallery_id': gallery_id,
  r'image_ids': image_ids,
});