stop property

Implementation

CreateChatCompletionRequestStopBuilder get stop =>
    _$this._stop ??= new CreateChatCompletionRequestStopBuilder();

Implementation

set stop(CreateChatCompletionRequestStopBuilder? stop) => _$this._stop = stop;