SegmentDeleteResponse constructor

const SegmentDeleteResponse({
  1. required int version,
})

Implementation

const SegmentDeleteResponse({
  required this.version,
});