menu
google_play_scraper package
documentation
constants/element.dart
ElementSpec
ElementSpec constructor
ElementSpec constructor
dark_mode
light_mode
ElementSpec
constructor
ElementSpec
(
{
int
?
ds_num
,
required
List
<
int
>
data_map
,
dynamic
post_processor
,
dynamic
fallback_value
,
})
Implementation
ElementSpec( {this.ds_num, required this.data_map, this.post_processor, this.fallback_value});
google_play_scraper package
documentation
constants/element
ElementSpec
ElementSpec constructor
ElementSpec class