capacity property

int get capacity

Returns the size of the internal bytes buffer (Uint8List).

Implementation

int get capacity => bytesIO.capacity;