Map<String, dynamic> toJson() { final segmentId = this.segmentId; return { 'SegmentId': segmentId, }; }