SegmentGroup constructor
SegmentGroup({
- List<
SegmentDimensions> ? dimensions, - List<
SegmentReference> ? sourceSegments, - SourceType? sourceType,
- Type? type,
Implementation
SegmentGroup({
this.dimensions,
this.sourceSegments,
this.sourceType,
this.type,
});