SegmentTypeInfo constructor
SegmentTypeInfo({
- String? modelVersion,
- SegmentType? type,
Implementation
SegmentTypeInfo({
this.modelVersion,
this.type,
});
SegmentTypeInfo({
this.modelVersion,
this.type,
});