isAutoRefreshEnabled property
bool
get
isAutoRefreshEnabled
Implementation
bool get isAutoRefreshEnabled {
final adInfo = _getAdInfo();
return widget.autoRefresh ?? adInfo.autoRefresh;
}
bool get isAutoRefreshEnabled {
final adInfo = _getAdInfo();
return widget.autoRefresh ?? adInfo.autoRefresh;
}