Estimate class

Constructors

Estimate({double? totalOnlinePrice, double? estimatedTotalDiscountedPrice, int? estimatedDiscount, String? currency, double? onlinePrice, double? estimatedDiscountedPrice, double? taxAmount, double? estimatedTotalDiscountedPriceBTC, double? totalOnlinePriceBTC})
Estimate.fromJson(Map<String, dynamic> json)

Properties

currency String?
getter/setter pair
estimatedDiscount int?
getter/setter pair
estimatedDiscountedPrice double?
getter/setter pair
estimatedTotalDiscountedPrice double?
getter/setter pair
estimatedTotalDiscountedPriceBTC double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onlinePrice double?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedPrice double
no setter
taxAmount double?
getter/setter pair
totalOnlinePrice double?
getter/setter pair
totalOnlinePriceBTC double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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