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