BannerAd class

Inheritance

Constructors

BannerAd.new({String? advertiserId = '', int campaignId = 0, String? adId = '', String? productId = '', int position = 0, int creativeId = 0, String? imageUrl = '', Redirect? redirect})

Properties

adId String?
finalinherited
advertiserId String?
finalinherited
campaignId int
finalinherited
creativeId int
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
final
position int
finalinherited
productId String?
finalinherited
redirect Redirect?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

fromJsonString(String jsonString) BannerAd
override