length property
num
get
length
Returns the length of the table, i.e. the number of elements.
Implementation
_i2.num get length => _i6.getProperty(
this,
'length',
);
Returns the length of the table, i.e. the number of elements.
_i2.num get length => _i6.getProperty(
this,
'length',
);