GroupOrSegment constructor
GroupOrSegment({
- SchemaGroup? group,
- SchemaSegment? segment,
Implementation
GroupOrSegment({
this.group,
this.segment,
});
GroupOrSegment({
this.group,
this.segment,
});