revision property

  1. @TagNumber(1)
int get revision

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);
  1. @TagNumber(1)
set revision (int v)

Implementation

@$pb.TagNumber(1)
set revision($core.int v) { $_setSignedInt32(0, v); }