loginNames property

  1. @TagNumber.new(4)
PbList<String> get loginNames

Possible usable login names for the user.

Implementation

@$pb.TagNumber(4)
$pb.PbList<$core.String> get loginNames => $_getList(3);