length property
num
get
length
Implementation
_i2.num get length => _i3.getProperty(
this,
'length',
);
set
length
(num value)
Implementation
set length(_i2.num value) {
_i3.setProperty(
this,
'length',
value,
);
}