JsonSchemaAnnotations constructor

JsonSchemaAnnotations({
  1. List<String>? required,
})

Implementation

JsonSchemaAnnotations({
  this.required,
});