idsQuery property

  1. @TagNumber.new(1)
IDsQuery get idsQuery

Search for sessions with the given IDs.

Implementation

@$pb.TagNumber(1)
IDsQuery get idsQuery => $_getN(0);
  1. @TagNumber.new(1)
set idsQuery (IDsQuery value)

Implementation

@$pb.TagNumber(1)
set idsQuery(IDsQuery value) => $_setField(1, value);