translations property

Map<String, String>? translations
read / write

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

Implementation

Map<String, String>? translations;