revision property
The schema revision of the PostalAddress. This must be set to 0, which is
the latest revision.
All new revisions must be backward compatible with old revisions.
Implementation
@$pb.TagNumber(1)
$core.int get revision => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set revision($core.int v) {
$_setSignedInt32(0, v);
}