user property

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

A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse. Learn more.

Implementation

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