schema method
- Map<
String, IValidator> schema
Validate the map against a schema where keys are optional unless specified.
Implementation
B schema(Map<String, IValidator> schema) => add(eskema(schema));
Validate the map against a schema where keys are optional unless specified.
B schema(Map<String, IValidator> schema) => add(eskema(schema));