ids property

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

List of session IDs to search for. If multiple IDs are provided, sessions matching any of the IDs will be returned.

Implementation

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