groupId property

  1. @JsonKey(fromJson: fromGraphQLChatIdNullableToDartChatIdNullable, toJson: fromDartChatIdNullableToGraphQLChatIdNullable)
ChatId? groupId
getter/setter pair

Implementation

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