copyWith method
Implementation
StarTransactionTypeGiftAuctionBid copyWith({
MessageSender? ownerId,
Gift? gift,
}) => StarTransactionTypeGiftAuctionBid(
ownerId: ownerId ?? this.ownerId,
gift: gift ?? this.gift,
);
StarTransactionTypeGiftAuctionBid copyWith({
MessageSender? ownerId,
Gift? gift,
}) => StarTransactionTypeGiftAuctionBid(
ownerId: ownerId ?? this.ownerId,
gift: gift ?? this.gift,
);