Route class

Constructors

Route({required Estimation estimation, required RouteTx? tx, required String prependedOperatingExpenseCost, required Order order, required String fixFee, required num userPoints})
Route.fromJson(Map<String, dynamic> json)
factory

Properties

estimation Estimation
final
fixFee String
final
hashCode int
The hash code for this object.
no setterinherited
order Order
final
prependedOperatingExpenseCost String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tx RouteTx?
final
userPoints num
final

Methods

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.
inherited