texts property

List<String> get texts

Implementation

List<String> get texts {
  return meanings[Get.find<AppSettings>().getIndexOfLang()];
}