copyWith method

Implementation

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