PurchaseItem class

Constructors

PurchaseItem.new(int quantity, String title, int price, String id, String url)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
price int
final
quantity int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
getter/setter pair
title String
final
url String
final
vars Map<String, dynamic>?
getter/setter pair

Methods

addFullImage(String fullUrl) → void
addThumbImage(String thumbUrl) → void
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