secondDigit property

  1. @TagNumber(2)
int get secondDigit

secondDigit Feature additions, bugs fixing hard forks, minor hard forks, significant soft forks, interface should work the same

Implementation

@$pb.TagNumber(2)
$core.int get secondDigit => $_getIZ(1);
  1. @TagNumber(2)
set secondDigit (int v)

Implementation

@$pb.TagNumber(2)
set secondDigit($core.int v) { $_setUnsignedInt32(1, v); }