getLength method

dynamic getLength()

Implementation

getLength() {
  var lengths = getLengths(null);
  return lengths[lengths.length - 1];
}