OutputConfig constructor

OutputConfig({
  1. String? format,
  2. Map<String, dynamic>? schema,
  3. bool? constrained,
  4. String? contentType,
})

Implementation

OutputConfig({this.format, this.schema, this.constrained, this.contentType});