timestamp property

  1. @TagNumber.new(1)
Timestamp get timestamp

Filter resources by timestamp.

Implementation

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

Implementation

@$pb.TagNumber(1)
set timestamp($0.Timestamp value) => $_setField(1, value);