sequence property
- @TagNumber.new(4)
The sequence of the session represents the change sequence of the session.
Implementation
@$pb.TagNumber(4)
$fixnum.Int64 get sequence => $_getI64(3);
- @TagNumber.new(4)
Implementation
@$pb.TagNumber(4)
set sequence($fixnum.Int64 value) => $_setInt64(3, value);