translations property

Map<String, String>? translations
getter/setter pair

It is Map, where the key is target language and the value is translated content.

Implementation

Map<String, String>? translations;