contactId property
- @JsonKey(fromJson: fromGraphQLChatContactIdToDartChatContactId, toJson: fromDartChatContactIdToGraphQLChatContactId)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLChatContactIdToDartChatContactId,
toJson: fromDartChatContactIdToGraphQLChatContactId,
)
late ChatContactId contactId;