byteLength property
int
get
byteLength
The total number of bytes this pointer is long
Implementation
int get byteLength => count * elementSize;
The total number of bytes this pointer is long
int get byteLength => count * elementSize;