Keyword constructor Null safety

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

Implementation

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