isAttached property
bool
get
isAttached
Whether the controller is attached to an ad view
Implementation
bool get isAttached => _adId != null;
Whether the controller is attached to an ad view
bool get isAttached => _adId != null;