Segment constructor

Segment(
  1. bool isExpression,
  2. String value
)

Implementation

Segment(this.isExpression, this.value);