userIds property

  1. @TagNumber.new(2)
PbList<String> get userIds

UserIds is a list of IDs of the users who should be added to the group.

Implementation

@$pb.TagNumber(2)
$pb.PbList<$core.String> get userIds => $_getList(1);