elementSizeInBytes property

  1. @override
int elementSizeInBytes
inherited

Returns the number of bytes in the representation of each element in this list.

Implementation

@override
int get elementSizeInBytes => lengthInBytes;