AdcioSuggestionRawData class

Fetch a personalized suggestion.

  • placement: meta data of the placement
  • suggestions: list of suggestions (product or banner)

Constructors

AdcioSuggestionRawData({required List<AdcioSuggestion> suggestions, required Map<String, dynamic> placement})
AdcioSuggestionRawData.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
placement Map<String, dynamic>
meta data of the placement
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestions List<AdcioSuggestion>
It returns personalized product or banner information.
final

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