heapFreeBytes property

  1. @TagNumber(13)
int get heapFreeBytes

Number of bytes free in the heap

Implementation

@$pb.TagNumber(13)
$core.int get heapFreeBytes => $_getIZ(12);
  1. @TagNumber(13)
set heapFreeBytes (int value)

Implementation

@$pb.TagNumber(13)
set heapFreeBytes($core.int value) => $_setUnsignedInt32(12, value);