menu
stash_app_flutter
core/data/graphql/schema.graphql.dart
Input$GalleryAddInput
image_ids property
image_ids
dark_mode
light_mode
image_ids
property
List
<
String
>
get
image_ids
Implementation
List<String> get image_ids => (_$data['image_ids'] as List<String>);
stash_app_flutter
schema.graphql
Input$GalleryAddInput
image_ids property
Input$GalleryAddInput class