getItem property

String? Function(String) getItem

Implementation

_i2.String? Function(_i2.String) get getItem =>
    (_i2.String p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'getItem',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void getItem=(String? value(String))

Implementation

set getItem(_i2.String? Function(_i2.String) value) {
  _i4.setProperty(
    this,
    'getItem',
    _i4.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
  );
}