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