pindery
catalogue_element
CatalogueElement
remainingQuantity property
remainingQuantity
CatalogueElement class
Constructors
CatalogueElement
fromFirestore
fromMap
Properties
chosenQuantity
elementId
elementName
elementQuantity
elementValue
locallyChosenQuantity
remainingQuantity
hashCode
runtimeType
Methods
catalogueElementMapper
noSuchMethod
toString
Operators
operator ==
remainingQuantity property
int
remainingQuantity
The remaining quantity of elements.
Implementation
int get remainingQuantity => elementQuantity - chosenQuantity;