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