copyWith method

Implementation

WebApiModulesUtilitiesInventoryPurchaseUtilityStartInventoryPurchaseSessionResponse
    copyWith({String? sessionId}) {
  return WebApiModulesUtilitiesInventoryPurchaseUtilityStartInventoryPurchaseSessionResponse(
      sessionId: sessionId ?? this.sessionId);
}