byteLength property

int byteLength

The total number of bytes this pointer is long

Implementation

int get byteLength => count * elementSize;