Schema constructor
      const
      Schema(
    
    
- Map<String, SchemaValue> properties, {
- bool additionalProperties = false,
Implementation
const Schema(
  super.properties, {
  super.additionalProperties = false,
});