PriceForCardData class

Constructors

PriceForCardData({required double priceWithCount, required double priceWithoutCount, required double priceAddons, required double subTotal, required String name, required String priceString, required String priceAddonsString, required String subTotalString, required bool isArticle, required int count, required String priceWithoutCountString, required double tax, required double taxPercentage, required String addonText, required String image})

Properties

addonText String
final
count int
final
hashCode int
The hash code for this object.
no setterinherited
image String
final
isArticle bool
final
name String
final
priceAddons double
final
priceAddonsString String
final
priceString String
final
priceWithCount double
final
priceWithoutCount double
final
priceWithoutCountString String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTotal double
final
subTotalString String
final
tax double
final
taxPercentage double
final

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