approvedParticipantsCount property

int get approvedParticipantsCount

Implementation

int get approvedParticipantsCount =>
    participants.where((p) => p.isApproved).length;