ObaIcon class

Online Behavioral Advertiser icon.

Constructors

ObaIcon({String? iconClickThroughUrl, String? iconClickTrackingUrl, String? iconViewTrackingUrl, String? program, String? resourceUrl, Size? size, String? xPosition, String? yPosition})
ObaIcon.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
iconClickThroughUrl String?
URL to redirect to when an OBA icon is clicked.
getter/setter pair
iconClickTrackingUrl String?
URL to track click when an OBA icon is clicked.
getter/setter pair
iconViewTrackingUrl String?
URL to track view when an OBA icon is clicked.
getter/setter pair
program String?
Identifies the industry initiative that the icon supports.
getter/setter pair
resourceUrl String?
OBA icon resource URL.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size Size?
OBA icon size.
getter/setter pair
xPosition String?
OBA icon x coordinate position.
getter/setter pair
yPosition String?
OBA icon y coordinate position.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited