copyWith method
Implementation
WebApiModulesWarehouseCheckOutUpdatePickupLocationResponse copyWith(
{String? message}) {
return WebApiModulesWarehouseCheckOutUpdatePickupLocationResponse(
message: message ?? this.message);
}
WebApiModulesWarehouseCheckOutUpdatePickupLocationResponse copyWith(
{String? message}) {
return WebApiModulesWarehouseCheckOutUpdatePickupLocationResponse(
message: message ?? this.message);
}