copyWith method
Implementation
StarTransactionTypeChannelPaidReactionReceive copyWith({
int? userId,
int? messageId,
}) => StarTransactionTypeChannelPaidReactionReceive(
userId: userId ?? this.userId,
messageId: messageId ?? this.messageId,
);