updatedMessages property
- @JsonKey.new(fromJson: toRootMessageList, defaultValue: [], name: 'updated')
final
The updated messages.
BaseMessage for BaseChannel, NotificationMessage for FeedChannel.
Implementation
@JsonKey(fromJson: toRootMessageList, defaultValue: [], name: 'updated')
final List<RootMessage> updatedMessages;