BannerAdEvent class abstract
Represents an event related to a banner ad.
This class is used to encapsulate information about a banner ad event, such as the view ID associated with the event.
Constructors
- BannerAdEvent({required int viewId})
-
Creates a new instance of BannerAdEvent with the specified
viewId
.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited