ProxyArticleWorth class
Constructors
-
ProxyArticleWorth({required num price, required num cost, required double minimumUnitPerBasket, required int calibreId, required int articleId, required int id, required int proxyCalibreId, required int proxyArticleId, required double articleWeight, bool status = true})
-
-
ProxyArticleWorth.fromJson(String source)
-
factory
-
ProxyArticleWorth.fromMap(Map<String, dynamic> map)
-
factory
-
ProxyArticleWorth.getPriceAndCost(Iterable<CalibreWeebi<ArticleRawAbstract>> calibresInStore, ProxyArticle pNoPriceNoCost)
-
factory
Methods
-
copyWith({int? price, int? cost, int? calibreId, int? articleId, int? id, int? proxyCalibreId, int? proxyArticleId, bool? status, double? minimumUnitPerBasket, double? articleWeight})
→ ProxyArticleWorth
-
override
-
getCost(Iterable<CalibreWeebi<ArticleRawAbstract>> linesInStore)
→ num
-
inherited
-
getPrice(Iterable<CalibreWeebi<ArticleRawAbstract>> linesInStore)
→ num
-
inherited
-
getProxyArticleWorth(Iterable<CalibreWeebi<ArticleRawAbstract>> linesInStore)
→ ProxyArticleWorth
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ String
-
override
-
toMap()
→ Map<String, dynamic>
-
override
-
toString()
→ String
-
A string representation of this object.
override
Static Properties
-
dummy
→ dynamic
-
no setter