copyWith method

Implementation

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