TextInfo constructor

TextInfo({
  1. String? text,
  2. List? matches,
})

Implementation

TextInfo({this.text, this.matches});