SegmentGroupList constructor

SegmentGroupList({
  1. List<SegmentGroup>? groups,
  2. Include? include,
})

Implementation

SegmentGroupList({
  this.groups,
  this.include,
});