size property

int size

Get the amount of memory (in bytes) this buffer is taking up.

Implementation

int get size {
  synthizer.check(
    synthizer.synthizer
        .syz_bufferGetSizeInBytes(synthizer.bigIntPointer, handle.value),
  );
  return synthizer.bigIntPointer.value;
}