OfferList class

Annotations
  • @JsonSerializable()

Constructors

OfferList({String? pogId, String? offerId, String? pogName, String? offerName, String? offerDescription, String? isPriceOverride, Price? price, String? imageUrl, List<Details>? details, String? suggestionQuantity, String? productOfferValidity})
OfferList.fromJson(Map<String, dynamic> json)

Properties

details List<Details>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
getter/setter pair
isPriceOverride String?
getter/setter pair
offerDescription String?
getter/setter pair
offerId String?
getter/setter pair
offerName String?
getter/setter pair
pogId String?
getter/setter pair
pogName String?
getter/setter pair
price Price?
getter/setter pair
productOfferValidity String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestionQuantity String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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