participantCount property Null safety

int participantCount

Implementation

int get participantCount => data['participant_count'] ?? 0;