length property
double
get
length
Number of bytes to be retained after the operation completes.
Implementation
double get length => _wrapped.length;
set
length
(double v)
Implementation
set length(double v) {
_wrapped.length = v;
}