elementSizeInBytes property

  1. @override
int elementSizeInBytes
override

The number of bytes in _rawData required to store a single element.

Subclasses must override this to indicate how many slots in the buffer are required to store every element.

Implementation

@override
int get elementSizeInBytes => 14;