$Response constructor

$Response({
  1. String? rejoinedUserEventsCount,
})

Implementation

$Response({
  this.rejoinedUserEventsCount,
});