translations property

Map<Language, Name>? translations
final

List of of name translation key: Language object.

value: Name object.

     official - official name translation.
     common   - common name translation.

Implementation

final Map<Language, Name>? translations;