createModels static method

Map<String, Object> createModels(
  1. Iterable<Object> toIntegrate
)

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);
}