groupId property
- @JsonKey(fromJson: fromGraphQLChatIdNullableToDartChatIdNullable, toJson: fromDartChatIdNullableToGraphQLChatIdNullable)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLChatIdNullableToDartChatIdNullable,
toJson: fromDartChatIdNullableToGraphQLChatIdNullable)
ChatId? groupId;