length property
num
get
length
Gets the length of the array. This is a number one higher than the highest element defined in an array.
Implementation
_i2.num get length => _i6.getProperty(
this,
'length',
);