Keyword constructor

Keyword({
  1. required List<List<String>> patterns,
  2. required int score,
})

Implementation

Keyword({required this.patterns, required this.score});