nonce property
- @TagNumber(3)
The nonce is used to track the connection
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get nonce => $_getI64(2);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set nonce($fixnum.Int64 value) => $_setInt64(2, value);