isDisposed property

bool isDisposed

Check if the ad is disposed. You can dispose the ad by calling ad.dispose()

Implementation

bool get isDisposed => _disposed;