method property
The method of comparison to use for the expiration date. This defines whether to search for sessions expiring before, after, or exactly at the specified date.
Implementation
@$pb.TagNumber(2)
$1.TimestampQueryMethod get method => $_getN(1);
Implementation
@$pb.TagNumber(2)
set method($1.TimestampQueryMethod value) => $_setField(2, value);