Group constructor
Group({})
Implementation
Group({
this.title,
this.description,
required this.items,
super.layout,
super.modifiers,
}) : super(schemaType: Group.schemaName) {
setParent(items);
}
Group({
this.title,
this.description,
required this.items,
super.layout,
super.modifiers,
}) : super(schemaType: Group.schemaName) {
setParent(items);
}