repliesTo property
- @JsonKey(fromJson: fromGraphQLListChatItemIdToDartListChatItemId, toJson: fromDartListChatItemIdToGraphQLListChatItemId)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLListChatItemIdToDartListChatItemId,
toJson: fromDartListChatItemIdToGraphQLListChatItemId)
late List<ChatItemId> repliesTo;