hideAds property

bool hideAds

Implementation

bool get hideAds => _data['hide_ads'];
void hideAds=(bool x)

Implementation

set hideAds(bool x) => _data['hide_ads'] = x;