construct property

Object Function(T, List, Function) get construct

Implementation

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

Implementation

set construct(
    _i2.Object Function(
      T,
      _i2.List<_i2.dynamic>,
      _i2.Function,
    ) value) {
  _i4.setProperty(
    this,
    'construct',
    _i4.allowInterop(value),
  );
}