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