onlineParticipantsCount property

int get onlineParticipantsCount

Implementation

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