TextMark constructor

TextMark(
  1. int offset,
  2. Coordinates coordinates,
  3. String report
)

Implementation

TextMark(this.offset, this.coordinates, this.report);