add method Null safety
- JsonSchema schema
Adds an entity schema to the Normalize instance.
Implementation
void add(JsonSchema schema) => _schema[schema.name] = schema;
Adds an entity schema to the Normalize instance.
void add(JsonSchema schema) => _schema[schema.name] = schema;