copyWith method

Implementation

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