Segment constructor

Segment({
  1. String? tag,
})

Creates a segment.

Implementation

Segment({
  this.tag,
});