SaleInfo class

Constructors

SaleInfo({required String? country, required String? saleability, required bool? isEbook, required SaleInfoListPrice? listPrice, required SaleInfoListPrice? retailPrice, required String? buyLink, required List<Offer> offers})
SaleInfo.fromJson(Map<String, dynamic> json)
factory

Properties

final
country String?
final
hashCode int
The hash code for this object.
no setterinherited
isEbook bool?
final
listPrice SaleInfoListPrice?
final
offers List<Offer>
final
retailPrice SaleInfoListPrice?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saleability String?
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