key property

String? Function(num) key

Implementation

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

Implementation

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