addSchemas method

void addSchemas(
  1. Map<String, Map<String, dynamic>> schemas
)

Adds multiple schemas to the internal schema cache. The key to the schemas must be the URL / id and the value is the actual schema itself.

Implementation

void addSchemas(Map<String, Map<String, dynamic>> schemas) =>
    _schemas.addAll(schemas);