addAll method Null safety
- Iterable<
JsonSchema> entities
Adds all the entities schema in the iterable to the Normalize instance.
Implementation
void addAll(Iterable<JsonSchema> entities) => entities.forEach(add);
Adds all the entities schema in the iterable to the Normalize instance.
void addAll(Iterable<JsonSchema> entities) => entities.forEach(add);