schema method

B schema(
  1. 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));