copyWith property
      
      CopyWith$Input$CartProductInput<Input$CartProductInput> 
      get
      copyWith
      
    
    
    
Implementation
CopyWith$Input$CartProductInput<Input$CartProductInput> get copyWith =>
    CopyWith$Input$CartProductInput(
      this,
      (i) => i,
    );