text property

String get text

Implementation

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