updatedAt property

  1. @TagNumber(16)
Timestamp get updatedAt

When the item was last updated, either through an update or upload.

Implementation

@$pb.TagNumber(16)
$44.Timestamp get updatedAt => $_getN(15);
  1. @TagNumber(16)
set updatedAt (Timestamp v)

Implementation

@$pb.TagNumber(16)
set updatedAt($44.Timestamp v) { setField(16, v); }