BannerAdEvent constructor
BannerAdEvent({
- required int viewId,
Creates a new instance of BannerAdEvent with the specified viewId
.
Implementation
BannerAdEvent({required this.viewId});
Creates a new instance of BannerAdEvent with the specified viewId
.
BannerAdEvent({required this.viewId});