isAdmin property

bool get isAdmin

Whether participant is an admin.

Implementation

bool get isAdmin => role == ParticipantRole.admin;