length property
int
get
length
The number of elements in the underlying value
Implementation
int get length => _bytes.length;
The number of elements in the underlying value
int get length => _bytes.length;