languageData property

Map<String, Map<String, String>>? languageData
final

Translations for this PkPass. Consists of a mapping of language identifier to translation key-value pairs. The language identifier looks as described in https://developer.apple.com/documentation/xcode/choosing-localization-regions-and-scripts

Implementation

final Map<String, Map<String, String>>? languageData;