ShopResponse class Null safety

item shop response

Constructors

ShopResponse(dynamic res)

Properties

carousel of shop
read / write
currentRotation ↔ dynamic
current rotations
read / write
fullShop bool
is it full shop
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
lastUpdate ↔ dynamic
when did shop last updated
read / write
nextRotation ↔ dynamic
next rotation time
read / write
result bool
result of shop response
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
shop List
item shop
read / write
specialOfferVideo ↔ dynamic
item shop video
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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