RouteTollPaymentInfo class
Информация о стоимости проезда по платному участку маршрута.
Constructors
- RouteTollPaymentInfo.new({required String currencyCode, double cost = 0})
-
const
Properties
- cost → double
-
Стоимость проезда по платному участку маршрута.
final
- currencyCode → String
-
Трёхбуквенный код валюты, в которой указана стоимость проезда, согласно ISO 4217.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? currencyCode, double? cost}) → RouteTollPaymentInfo -
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.
override