length property

int get length

The number of elements in the underlying value

Implementation

int get length => _bytes.length;