length property

dynamic length

Implementation

get length {
  return _value.length;
}