totalRobotUsage property

  1. @TagNumber(9)
Int64 totalRobotUsage

The total number of robots using this item

Implementation

@$pb.TagNumber(9)
$fixnum.Int64 get totalRobotUsage => $_getI64(8);
  1. @TagNumber(9)
void totalRobotUsage=(Int64 v)

Implementation

@$pb.TagNumber(9)
set totalRobotUsage($fixnum.Int64 v) { $_setInt64(8, v); }