Action class

Annotations
  • @JsonSerializable.new()

Constructors

Action({String? price, String? tierBased, String? stackable, String? manualWaiver, String? priceOverride, dynamic minValue, dynamic maxValue, String? currentDate, DynamicPriceCode? dynamicPriceCode})
Action.fromJson(Map<String, dynamic> json)
factory

Properties

currentDate String?
getter/setter pair
dynamicPriceCode DynamicPriceCode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manualWaiver String?
getter/setter pair
maxValue ↔ dynamic
getter/setter pair
minValue ↔ dynamic
getter/setter pair
price String?
getter/setter pair
priceOverride String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackable String?
getter/setter pair
tierBased String?
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