copyWith method
Implementation
StarTransactionTypeGiveawayDeposit copyWith({
int? chatId,
int? giveawayMessageId,
}) => StarTransactionTypeGiveawayDeposit(
chatId: chatId ?? this.chatId,
giveawayMessageId: giveawayMessageId ?? this.giveawayMessageId,
);