actualSize property

int actualSize

Get the actual used size. See also totalSize.

Implementation

int get actualSize {
  return _actualSize(_handle);
}