Pricing class Null safety
Pricing Information
Constructors
Properties
- capCostType ↔ String?
-
Cap cost type of this inventory item.
Possible string values are:
read / write
- endDate ↔ DateTime?
-
read / write
-
flights
↔ List<
Flight> ? -
Flights of this inventory item.
read / write
- groupType ↔ String?
-
Group type of this inventory item if it represents a placement group.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- pricingType ↔ String?
-
Pricing type of this inventory item.
Possible string values are:
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- startDate ↔ DateTime?
-
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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