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