copyWith property

Implementation

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