proto3OptionalSfixed32 property

  1. @TagNumber(124)
int proto3OptionalSfixed32

Implementation

@$pb.TagNumber(124)
$core.int get proto3OptionalSfixed32 => $_getIZ(61);
  1. @TagNumber(124)
void proto3OptionalSfixed32=(int v)

Implementation

@$pb.TagNumber(124)
set proto3OptionalSfixed32($core.int v) {
  $_setSignedInt32(61, v);
}