Input$GalleryResetCoverInput.fromJson constructor
Implementation
factory Input$GalleryResetCoverInput.fromJson(Map<String, dynamic> data) {
final result$data = <String, dynamic>{};
final l$gallery_id = data['gallery_id'];
result$data['gallery_id'] = (l$gallery_id as String);
return Input$GalleryResetCoverInput._(result$data);
}