SchemaMap constructor

const SchemaMap(
  1. Map<String, SchemaValue> properties, {
  2. bool isOptional = false,
  3. bool additionalProperties = false,
})

Implementation

const SchemaMap(
  this.properties, {
  super.isOptional = false,
  this.additionalProperties = false,
}) : super(validators: const []);