groupId property

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

Implementation

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