Segment constructor

Segment({
  1. Map<String, String>? fields,
  2. String? segmentId,
  3. String? setId,
})

Implementation

Segment({
  this.fields,
  this.segmentId,
  this.setId,
});