updatedAt property

  1. @TagNumber.new(8)
Timestamp get updatedAt

The timestamp when the count was last updated.

Implementation

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

Implementation

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