revision property
Revision is a read only version of the schema, each update of the schema-field increases the revision.
Implementation
@$pb.TagNumber(4)
$core.int get revision => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set revision($core.int value) => $_setUnsignedInt32(3, value);