expirationDateQuery property

  1. @TagNumber.new(6)
ExpirationDateQuery get expirationDateQuery

Search for sessions based on their expiration date. This can be used to find sessions that are set to expire before or after a certain date.

Implementation

@$pb.TagNumber(6)
ExpirationDateQuery get expirationDateQuery => $_getN(5);
  1. @TagNumber.new(6)
set expirationDateQuery (ExpirationDateQuery value)

Implementation

@$pb.TagNumber(6)
set expirationDateQuery(ExpirationDateQuery value) => $_setField(6, value);