copyWith property

Implementation

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