Ad class

Constructors

Ad.new({required String cAdId, required dynamic adId, required dynamic type, required dynamic content, required dynamic action, required dynamic display, required dynamic containerStyle, required dynamic html, required dynamic extras, dynamic useCustomClientRendering = false})
const
Ad.fromJSON(Map<String, dynamic> json)
factory

Properties

action Map<String, dynamic>
finalinherited
adId String
finalinherited
cAdId String
final
containerStyle Map<String, dynamic>?
finalinherited
content Map<String, dynamic>
finalinherited
display Map<String, dynamic>?
finalinherited
extras Map<String, dynamic>?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
html String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
finalinherited
useCustomClientRendering bool
finalinherited

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