adSizes property

List<AdSize> adSizes
final

Represents a banner ad with multiple sizes.

The AdBanner class is used to display banner ads in different sizes. The adSizes property is a list of AdSize objects that represent the available sizes for the banner ad.

Implementation

final List<AdSize> adSizes;