Fare class abstract

Constructors

Fare([void updates(FareBuilder b)])
factory

Properties

currency String?
An ISO 4217 currency code indicating the currency that the amount is expressed in.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
The total fare amount, formatted in the requested language.
no setter
value num?
The total fare amount, in the currency specified.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(FareBuilder)) Fare
Rebuilds the instance.
inherited
toBuilder() FareBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Fare>
no setter