totalRobotUsage property
- @TagNumber(8)
The total number of robots using this module
Implementation
@$pb.TagNumber(8)
$fixnum.Int64 get totalRobotUsage => $_getI64(7);
- @TagNumber(8)
Implementation
@$pb.TagNumber(8)
set totalRobotUsage($fixnum.Int64 v) { $_setInt64(7, v); }