copyWith method

Implementation

StarTransactionTypeBusinessBotTransferSend copyWith({int? userId}) =>
    StarTransactionTypeBusinessBotTransferSend(userId: userId ?? this.userId);