Group.$3 constructor

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

Implementation

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