AdMediaData class
Constructors
-
AdMediaData.new({List<
String> adData = const [], List<Map< adDataJson = const [], AdSize size = const AdSize()})String, dynamic> > -
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< ? adDataJson, AdSize? size}) → AdMediaDataString, dynamic> > -
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