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