onlineParticipantsCount property
int
get
onlineParticipantsCount
Implementation
int get onlineParticipantsCount =>
participants.where((p) => p.isOnline).length;
int get onlineParticipantsCount =>
participants.where((p) => p.isOnline).length;