availableLanguages property
List of available languages. Each value is a language identifier as described in https://developer.apple.com/documentation/xcode/choosing-localization-regions-and-scripts
Implementation
Iterable<String> get availableLanguages => languageData?.keys ?? [];