method property

  1. @TagNumber.new(2)
TimestampQueryMethod get method

The method of comparison to use for the creation date. This defines whether to search for sessions created before, after, or exactly at the specified date.

Implementation

@$pb.TagNumber(2)
$1.TimestampQueryMethod get method => $_getN(1);
  1. @TagNumber.new(2)
set method (TimestampQueryMethod value)

Implementation

@$pb.TagNumber(2)
set method($1.TimestampQueryMethod value) => $_setField(2, value);