WordMatch constructor
WordMatch({})
Creates a new instance of the WordMatch class.
Implementation
WordMatch({
required this.word,
required this.offset,
required this.length,
this.message,
this.sentence,
this.replacements = const [],
});