newCallId property
- @JsonKey(fromJson: fromGraphQLChatItemIdToDartChatItemId, toJson: fromDartChatItemIdToGraphQLChatItemId)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLChatItemIdToDartChatItemId,
toJson: fromDartChatItemIdToGraphQLChatItemId)
late ChatItemId newCallId;