id property

  1. @JsonKey(includeIfNull: false)
String? get id
inherited

A unique identifier for the chat completion. Each chunk has the same ID.

Implementation

@JsonKey(includeIfNull: false)
String? get id => throw _privateConstructorUsedError;