ResponseFormat constructor

ResponseFormat({
  1. Map<String, dynamic>? schema,
  2. String? type,
})

Implementation

ResponseFormat({this.schema, this.type});