repliesTo property

  1. @JsonKey(fromJson: fromGraphQLListChatItemIdToDartListChatItemId, toJson: fromDartListChatItemIdToGraphQLListChatItemId)
List<ChatItemId> repliesTo
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLListChatItemIdToDartListChatItemId,
  toJson: fromDartListChatItemIdToGraphQLListChatItemId,
)
late List<ChatItemId> repliesTo;