copyWith method

Implementation

WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateRequest
    copyWith({String? physicalInventoryId}) {
  return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryInitiateRequest(
      physicalInventoryId: physicalInventoryId ?? this.physicalInventoryId);
}