translations property
- @JsonKey(defaultValue: {})
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;