AdMediaData class

Constructors

AdMediaData.new({List<String> adData = const [], List<Map<String, dynamic>> adDataJson = const [], AdSize size = const AdSize()})
AdMediaData.fromMap(Map<String, dynamic> map)
factory

Properties

adData List<String>
final
adDataJson List<Map<String, dynamic>>
final
adType AdType?
no setter
hashCode int
The hash code for this object.
no setterinherited
ratio double
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size AdSize
final

Methods

copyWith({List<String>? adData, List<Map<String, dynamic>>? adDataJson, AdSize? size}) AdMediaData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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