VendorCartOrderResponse class

Annotations

Constructors

VendorCartOrderResponse({@JsonKey(name: 'user_id') int? userId, @JsonKey(name: 'order_id') int? orderId, List<OrderResultResponse>? orders, String? created})
factory
VendorCartOrderResponse.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $VendorCartOrderResponseCopyWith<VendorCartOrderResponse>
Create a copy of VendorCartOrderResponse with the given fields replaced by the non-null parameter values.
no setterinherited
created String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
orderId int?
no setterinherited
orders List<OrderResultResponse>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId int?
no setterinherited

Methods

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

Operators

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