Panel.$3 constructor

Panel.$3([
  1. Object? type,
  2. dynamic init
])

Implementation

factory Panel.$3([
  _i2.Object? type,
  _i2.dynamic init,
]) =>
    _i4.callConstructor(
      _declaredPanel,
      [
        type ?? _i5.undefined,
        init ?? _i5.undefined,
      ],
    );