id property

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

Implementation

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