Input$GalleryResetCoverInput constructor

Input$GalleryResetCoverInput({
  1. required String gallery_id,
})

Implementation

factory Input$GalleryResetCoverInput({required String gallery_id}) =>
    Input$GalleryResetCoverInput._({r'gallery_id': gallery_id});