copyWith method

Implementation

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