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