isAssignedToAll property
      
      bool
      get
      isAssignedToAll
      
    
    
Is this role assigned to all participants?
Implementation
bool get isAssignedToAll => roleNames == null;
Is this role assigned to all participants?
bool get isAssignedToAll => roleNames == null;