heapTotalBytes property
Number of bytes used in the heap
Implementation
@$pb.TagNumber(12)
$core.int get heapTotalBytes => $_getIZ(11);
Implementation
@$pb.TagNumber(12)
set heapTotalBytes($core.int value) => $_setUnsignedInt32(11, value);
Number of bytes used in the heap
@$pb.TagNumber(12)
$core.int get heapTotalBytes => $_getIZ(11);
@$pb.TagNumber(12)
set heapTotalBytes($core.int value) => $_setUnsignedInt32(11, value);