lastUpdated property

  1. @TagNumber(13)
Timestamp lastUpdated

latest timestamp when fragment was updated

Implementation

@$pb.TagNumber(13)
$44.Timestamp get lastUpdated => $_getN(11);
  1. @TagNumber(13)
void lastUpdated=(Timestamp v)

Implementation

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