LanguageToolRaw constructor

LanguageToolRaw({
  1. required List<Match> matches,
})

Creates a new instance of the LanguageToolRaw class.

Implementation

LanguageToolRaw({
  required this.matches,
});