from property

  1. @JsonKey(fromJson: fromGraphQLChatIdToDartChatId, toJson: fromDartChatIdToGraphQLChatId)
ChatId from
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLChatIdToDartChatId,
  toJson: fromDartChatIdToGraphQLChatId,
)
late ChatId from;