Segment constructor
Segment({
- DynamicSegment? dynamicSegment,
- String? segmentId,
Implementation
Segment({
this.dynamicSegment,
this.segmentId,
});
Segment({
this.dynamicSegment,
this.segmentId,
});