translations property Null safety

  1. @JsonKey(defaultValue: {})
Map<String, String> translations
final

translation map for this user message. Key is language code and value is translated text

Implementation

@JsonKey(defaultValue: {})
final Map<String, String> translations;