translations property

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

It is Map, key is target language, value is translated content

Implementation

Map<String, String>? translations;