lastRequest property
Index in the packet history of the last message sent in a previous request to the server. Will be sent to the client before sending the history and can be set in a subsequent request to avoid getting packets the server already sent to the client.
Implementation
@$pb.TagNumber(3)
$core.int get lastRequest => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set lastRequest($core.int value) => $_setUnsignedInt32(2, value);