robotCount property

  1. @TagNumber(7)
int get robotCount

Implementation

@$pb.TagNumber(7)
$core.int get robotCount => $_getIZ(6);
  1. @TagNumber(7)
set robotCount (int v)

Implementation

@$pb.TagNumber(7)
set robotCount($core.int v) { $_setSignedInt32(6, v); }