size property

num Function([dynamic]) get size

Implementation

_i2.num Function([_i2.dynamic]) get size =>
    ([_i2.dynamic p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'size',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set size (num value([dynamic]))

Implementation

set size(_i2.num Function([_i2.dynamic]) value) {
  _i4.setProperty(
    this,
    'size',
    _i4.allowInterop(value),
  );
}