callId property

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

Implementation

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