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