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