copyWith method

Implementation

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