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