DistanceRequest class

Constructors

DistanceRequest({required Place pickup_address, required Place delivery_address})
DistanceRequest.fromJson(String source)
factory
DistanceRequest.fromMap(Map map)
factory

Properties

delivery_address Place
final
hashCode int
The hash code for this object.
no setteroverride
pickup_address Place
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Place? pickup_address, Place? delivery_address}) DistanceRequest
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant DistanceRequest other) bool
The equality operator.
override