ParsedData constructor

ParsedData({
  1. List<Segment>? segments,
})

Implementation

ParsedData({
  this.segments,
});