BannerAdEvent constructor

BannerAdEvent({
  1. required int viewId,
})

Creates a new instance of BannerAdEvent with the specified viewId.

Implementation

BannerAdEvent({required this.viewId});