keyFor property

String? Function(Symbol) get keyFor

Implementation

static _i2.String? Function(_i2.Symbol) get keyFor =>
    (_i2.Symbol p0) => _i6.callMethod(
          _i6.getProperty(
            _i7.target26,
            'keyFor',
          ),
          r'call',
          [
            _i7.target26,
            p0,
          ],
        );
set keyFor (String? value(Symbol))

Implementation

static set keyFor(_i2.String? Function(_i2.Symbol) value) {
  _i6.setProperty(
    _i7.target26,
    'keyFor',
    _i6.allowInterop((p0) => () => value(p0) ?? _i5.undefined),
  );
}