readTime property
The read timestamp at which the remove was observed.
Greater or equal to the commit_time
of the change/delete/remove.
Implementation
@$pb.TagNumber(4)
$2.Timestamp get readTime => $_getN(2);
Implementation
@$pb.TagNumber(4)
set readTime($2.Timestamp v) {
setField(4, v);
}