chatId property

  1. @JsonKey(fromJson: fromGraphQLChatIdNullableToDartChatIdNullable, toJson: fromDartChatIdNullableToGraphQLChatIdNullable)
ChatId? chatId
final

Implementation

@JsonKey(
  fromJson: fromGraphQLChatIdNullableToDartChatIdNullable,
  toJson: fromDartChatIdNullableToGraphQLChatIdNullable,
)
final ChatId? chatId;