MatchSearchResult constructor

MatchSearchResult(
  1. TextStyle textStyle,
  2. DetectedType type,
  3. String text
)

Implementation

MatchSearchResult(this.textStyle, this.type,this.text);