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