Toll class
Un peaje de la ruta.
Google no da esto. Es una de las cosas que solo existen aquí, y para una app de reparto cambia el cálculo del coste por viaje.
- Annotations
-
- @immutable
Constructors
Properties
- amount → double?
-
Cuánto cuesta.
final
- country → String?
-
El país en el que se cobra.
final
- currency → String?
-
La moneda del importe, en ISO 4217.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
paymentMethods
→ List<
String> -
Cómo se puede pagar:
Cash,CreditCard,Transponder…final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- systemRef → String?
-
La referencia del sistema de peaje.
final
-
transponders
→ List<
String> -
Los transpondedores aceptados, si los hay.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited