requiresAds property Null safety

bool? requiresAds
read / write

Indicates that the feed is dependent on ads being fetched before displaying any feed content. Default value is false. Warning: This will cause a delay in feed rendering. Use only when necessary.

Implementation

bool? requiresAds;