id property

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

Implementation

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