copyWith method
Implementation
UpdateGiftAuctionState copyWith({GiftAuctionState? state}) =>
UpdateGiftAuctionState(state: state ?? this.state);
UpdateGiftAuctionState copyWith({GiftAuctionState? state}) =>
UpdateGiftAuctionState(state: state ?? this.state);