get property

dynamic Function(T, Object, [dynamic]) get get

Implementation

_i2.dynamic Function(
  T,
  _i2.Object, [
  _i2.dynamic,
]) get get => (
      T p0,
      _i2.Object p1, [
      _i2.dynamic p2,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'get',
          ),
          r'call',
          [
            this,
            p0,
            p1,
            p2,
          ],
        );
set get (dynamic value(T, Object, [dynamic]))

Implementation

set get(
    _i2.dynamic Function(
      T,
      _i2.Object, [
      _i2.dynamic,
    ]) value) {
  _i4.setProperty(
    this,
    'get',
    _i4.allowInterop(value),
  );
}