getRecitationWordInfoSync method

QiraatWordInfo? getRecitationWordInfoSync({
  1. required WordRef ref,
})

Implementation

QiraatWordInfo? getRecitationWordInfoSync({
  required WordRef ref,
}) {
  final surah = _cacheByKind[WordInfoKind.recitations]?[ref.surahNumber];
  return surah?.lookup(ref);
}