totalRobotUsage property

  1. @TagNumber(8)
Int64 totalRobotUsage

The total number of robots using this module

Implementation

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

Implementation

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