translations property

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

The translated messages (key-value map) for the language codes in key. The messages that have been sent with translation option will have this map. (refer to BaseChannelMessage.sendUserMessage)

Implementation

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