SegmentGroupList constructor
SegmentGroupList({
- List<
SegmentGroup> ? groups, - Include? include,
Implementation
SegmentGroupList({
this.groups,
this.include,
});