SegmentCreateResponse constructor

const SegmentCreateResponse({
  1. required int version,
  2. required String newSegment,
})

Implementation

const SegmentCreateResponse({
  required this.version,
  required this.newSegment,
});