translations property Null safety
read / write
It is Map, key is target language, value is translated content
Implementation
Map<String, String>? translations;
It is Map, key is target language, value is translated content
Map<String, String>? translations;