Summary class

Constructors

Summary.new({int? cost, int? routes, int? unassigned, int? duration, int? distance, int? setup, int? service, int? waitingTime, int? priority, List<int>? delivery, List<int>? pickup})
Summary.fromJson(Map<String, dynamic> json)
factory

Properties

cost int?
getter/setter pair
delivery List<int>?
getter/setter pair
distance int?
getter/setter pair
duration int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pickup List<int>?
getter/setter pair
priority int?
getter/setter pair
routes int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service int?
getter/setter pair
setup int?
getter/setter pair
unassigned int?
getter/setter pair
waitingTime int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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