robotCount property

  1. @TagNumber(7)
int robotCount

Implementation

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

Implementation

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