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