to property
- @JsonKey(fromJson: fromGraphQLChatIdToDartChatId, toJson: fromDartChatIdToGraphQLChatId)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLChatIdToDartChatId,
toJson: fromDartChatIdToGraphQLChatId)
late ChatId to;