SegmentGroup constructor

SegmentGroup({
  1. List<SegmentDimensions>? dimensions,
  2. List<SegmentReference>? sourceSegments,
  3. SourceType? sourceType,
  4. Type? type,
})

Implementation

SegmentGroup({
  this.dimensions,
  this.sourceSegments,
  this.sourceType,
  this.type,
});