size property

num size

This read-only property is the length of the List.

Implementation

_i2.num get size => _i4.getProperty(
      this,
      'size',
    );
void size=(num value)

Implementation

set size(_i2.num value) {
  _i4.setProperty(
    this,
    'size',
    value,
  );
}