StringDetails constructor

const StringDetails({
  1. required List<Word> words,
})

Implementation

const StringDetails({
  required this.words,
});