ver property

  1. @JsonKey(fromJson: fromGraphQLChatVersionNullableToDartChatVersionNullable, toJson: fromDartChatVersionNullableToGraphQLChatVersionNullable)
ChatVersion? ver
final

Implementation

@JsonKey(
    fromJson: fromGraphQLChatVersionNullableToDartChatVersionNullable,
    toJson: fromDartChatVersionNullableToGraphQLChatVersionNullable)
final ChatVersion? ver;