readTime property
Start listening after a specific read_time
.
The client must know the state of matching documents at this time.
Implementation
@$pb.TagNumber(11)
$4.Timestamp get readTime => $_getN(5);
Implementation
@$pb.TagNumber(11)
set readTime($4.Timestamp v) {
setField(11, v);
}