ObjectJsonSchemaPropertyOutput constructor

const ObjectJsonSchemaPropertyOutput({
  1. String? type,
  2. List<String>? required,
  3. String? description,
  4. Map<String, dynamic>? properties,
})

Implementation

const ObjectJsonSchemaPropertyOutput({
  this.type,
  this.required,
  this.description,
  this.properties,
});