roles property

  1. @TagNumber.new(8)
PbList<Role> get roles

Roles contains the roles the user was granted for the project.

Implementation

@$pb.TagNumber(8)
$pb.PbList<Role> get roles => $_getList(7);