item property

String Function(num) get item

Implementation

_i2.String Function(_i2.num) get item => (_i2.num p0) => _i3.callMethod(
      _i3.getProperty(
        this,
        'Item',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set item (String value(num))

Implementation

set item(_i2.String Function(_i2.num) value) {
  _i3.setProperty(
    this,
    'Item',
    _i3.allowInterop(value),
  );
}