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