EditsResponse constructor
EditsResponse(
- String object,
- int created,
- List<
ChoicesEdit> choices, - Usage usage,
Implementation
EditsResponse(this.object, this.created, this.choices, this.usage);