elementSizeInBytes property Null safety
override
Returns the number of bytes in the representation of each element in this list.
Implementation
int get elementSizeInBytes => _data.elementSizeInBytes;
Returns the number of bytes in the representation of each element in this list.
int get elementSizeInBytes => _data.elementSizeInBytes;