participantRoleName property

String? get participantRoleName

The role name of the participant.

Implementation

String? get participantRoleName =>
    participation.assignedRoles.roleNames?.first;