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