SchemaMap constructor
const
SchemaMap(
- Map<
String, SchemaValue> properties, { - bool isOptional = false,
- bool additionalProperties = false,
Implementation
const SchemaMap(
this.properties, {
super.isOptional = false,
this.additionalProperties = false,
}) : super(validators: const []);