length property

int get length

Size of this byte buffer.

Implementation

int get length => _data?.length ?? 0;