count property
num
get
count
This read-only property is the length of the List.
Implementation
_i2.num get count => _i4.getProperty(
this,
'count',
);
set
count
(num value)
Implementation
set count(_i2.num value) {
_i4.setProperty(
this,
'count',
value,
);
}