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