copyWith method
Implementation
WebApiModulesAgentOrderCreateLossAndDamageRequest copyWith(
{String? locationId, String? warehouseId}) {
return WebApiModulesAgentOrderCreateLossAndDamageRequest(
locationId: locationId ?? this.locationId,
warehouseId: warehouseId ?? this.warehouseId);
}