QpcV4AssetsStore constructor

const QpcV4AssetsStore({
  1. required Map<int, QpcV4Word> wordsById,
  2. required Map<int, List<QpcV4AyahInfoLine>> linesByPage,
})

Implementation

const QpcV4AssetsStore({
  required this.wordsById,
  required this.linesByPage,
});