isPhonetics static method

bool isPhonetics({
  1. required Type chapter,
})

Implementation

static bool isPhonetics({required Type chapter}) {
  return listOfChapterOfPhonetics.contains(chapter);
}