groupId property

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

Implementation

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