loadedEntitySchemas property

Stream<IMEntityDefinition> loadedEntitySchemas

Implementation

Stream<IMEntityDefinition> get loadedEntitySchemas {
  return loadedSchemas.whereType();
}