generation property
- @TagNumber.new(26)
The content generation of this object. Used for object versioning. Attempting to set this field will result in an error.
Implementation
@$pb.TagNumber(26)
$fixnum.Int64 get generation => $_getI64(23);
- @TagNumber.new(26)
Implementation
@$pb.TagNumber(26)
set generation($fixnum.Int64 v) {
$_setInt64(23, v);
}