itemId property

  1. @JsonKey(fromJson: fromGraphQLChatItemIdToDartChatItemId, toJson: fromDartChatItemIdToGraphQLChatItemId)
ChatItemId itemId
getter/setter pair

Implementation

@JsonKey(
    fromJson: fromGraphQLChatItemIdToDartChatItemId,
    toJson: fromDartChatItemIdToGraphQLChatItemId)
late ChatItemId itemId;