length property

num? length

Implementation

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

Implementation

set length(_i2.num? value) {
  _i4.setProperty(
    this,
    'length',
    value ?? _i6.undefined,
  );
}