EditsResponse constructor

EditsResponse(
  1. String object,
  2. int created,
  3. List<ChoicesEdit> choices,
  4. Usage usage,
)

Implementation

EditsResponse(this.object, this.created, this.choices, this.usage);