NewDeliveryRequest class

Constructors

NewDeliveryRequest({required Address pickup_address, required Address delivery_address, required String recipient_name, required String recipient_mobile, required String item_type, required String pickup_time})
NewDeliveryRequest.fromJson(String source)
factory
NewDeliveryRequest.fromMap(Map map)
factory

Properties

delivery_address Address
final
hashCode int
The hash code for this object.
no setteroverride
item_type String
final
pickup_address Address
final
pickup_time String
final
recipient_mobile String
final
recipient_name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Address? pickup_address, Address? delivery_address, String? recipient_name, String? recipient_mobile, String? item_type, String? pickup_time}) NewDeliveryRequest
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 NewDeliveryRequest other) bool
The equality operator.
override