adSize property

AdSize adSize

Implementation

AdSize get adSize => width == null || height == null
    ? AdSize.fullBanner
    : AdSize(width: width!, height: height!);