createModels static method
Returns the map of type names to objects that the constructor's models parameter expects.
Implementation
static Map<String, Object> createModels(Iterable<Object> toIntegrate) {
return integrate(<String, Object>{}, toIntegrate);
}