copyWith method

GetGiftAuctionState copyWith({
  1. String? auctionId,
})

Implementation

GetGiftAuctionState copyWith({String? auctionId}) =>
    GetGiftAuctionState(auctionId: auctionId ?? this.auctionId);