translations property
List<LocalizedTextModel>
get
translations
Implementation
List<LocalizedTextModel> get translations => localizedTexts.where((element) => element.locale != baseLocale).toList();