Pricing class abstract

Constructors

Pricing({List<Price>? prices, bool? allFeesIncluded, String priceFormatter(num price)?, bool? showSectionPricingOverlay})
factory

Properties

allFeesIncluded bool?
no setter
hashCode int
The hash code for this object.
no setterinherited
priceFormatter → dynamic Function(num price)?
no setter
prices → BuiltList<Price>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showSectionPricingOverlay bool?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PricingBuilder)) Pricing
Rebuilds the instance.
inherited
toBuilder() PricingBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Pricing>
no setter