copyWith property

Implementation

CopyWith$Input$ProductSpecsInput<Input$ProductSpecsInput> get copyWith =>
    CopyWith$Input$ProductSpecsInput(
      this,
      (i) => i,
    );