copyWith method
Implementation
WebApiModulesInventoryInventorySearchInventorySearchAddToCompleteKitContainerRequest
copyWith({String? inventoryId, String? sessionId}) {
return WebApiModulesInventoryInventorySearchInventorySearchAddToCompleteKitContainerRequest(
inventoryId: inventoryId ?? this.inventoryId,
sessionId: sessionId ?? this.sessionId,
);
}