ShopResponse class

item shop response

Constructors

ShopResponse(dynamic res)

Properties

carousel of shop
getter/setter pair
currentRotation ↔ dynamic
current rotations
getter/setter pair
fullShop bool
is it full shop
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastUpdate ↔ dynamic
when did shop last updated
getter/setter pair
nextRotation ↔ dynamic
next rotation time
getter/setter pair
result bool
result of shop response
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shop List
item shop
getter/setter pair
specialOfferVideo ↔ dynamic
item shop video
getter/setter pair

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