AdMediaData class
Constructors
-
AdMediaData.new({List<
String> adData = const [], String actionType = '', String actionData = '', AdSize size = const AdSize()}) -
AdMediaData.fromMap(Map<
String, dynamic> map) -
factory
Properties
- actionData → String
-
final
- actionType → String
-
final
-
adData
→ List<
String> -
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, String? actionType, String? actionData, 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