contactId property

  1. @JsonKey(fromJson: fromGraphQLChatContactIdToDartChatContactId, toJson: fromDartChatContactIdToGraphQLChatContactId)
ChatContactId contactId
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLChatContactIdToDartChatContactId,
  toJson: fromDartChatContactIdToGraphQLChatContactId,
)
late ChatContactId contactId;