SchemaMap constructor

const SchemaMap(
  1. Map<String, SchemaValue> properties, {
  2. bool optional = false,
  3. bool additionalProperties = false,
  4. List<Validator<Map<String, dynamic>>> validators = const [],
})

Implementation

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