ArticleRetailCreateFormStore class

Inheritance

Constructors

ArticleRetailCreateFormStore(ArticlesStore _articlesStore, dynamic _calibre)

Properties

barcodeEAN String
getter/setter pairinherited
context → ReactiveContext
Override this method to use a custom context.
no setterinherited
cost String
getter/setter pairinherited
errorStore FormErrorArticleRetailAbstract
getter/setter pairinherited
hasErrors bool
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pairinherited
photoPath String
getter/setter pairinherited
price String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitsPerPiece String
getter/setter pairinherited

Methods

createArticleRetailFromForm() Future
inherited
dispose() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setupValidations() → void
inherited
toString() String
A string representation of this object.
inherited
validateAll() → void
inherited
validateArticleFullNameOnCreation(String value) → void
inherited
validateCost(String value) → void
inherited
validatePrice(String value) → void
inherited
validateUnitsPerPiece(String value) → void
inherited

Operators

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