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