Segment constructor

Segment({
  1. String? document,
  2. String? id,
})

Implementation

Segment({
  this.document,
  this.id,
});