versionPatch property

  1. @TagNumber.new(4)
int get versionPatch

Implementation

@$pb.TagNumber(4)
$core.int get versionPatch => $_getIZ(3);
  1. @TagNumber.new(4)
set versionPatch (int v)

Implementation

@$pb.TagNumber(4)
set versionPatch($core.int v) {
  $_setSignedInt32(3, v);
}