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

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewId int
The unique identifier for the view.
final

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