JsonSchema constructor
      
      JsonSchema({})
     
    
    
Implementation
JsonSchema({
  this.additionalDetails,
  this.default_,
  this.description,
  this.enum_,
  this.format,
  this.items,
  this.jdbcType,
  this.properties,
  this.required,
  this.type,
});