byteLength property

int get byteLength

The total number of bytes this pointer is long

Implementation

int get byteLength => count * elementSize;