runtimeSchemaViewFromSchemaDocument function
Creates a runtime schema bridge over schema.
Implementation
RuntimeSchemaView runtimeSchemaViewFromSchemaDocument(SchemaDocument schema) {
return _AstRuntimeSchemaView(schema.withoutIgnored());
}
Creates a runtime schema bridge over schema.
RuntimeSchemaView runtimeSchemaViewFromSchemaDocument(SchemaDocument schema) {
return _AstRuntimeSchemaView(schema.withoutIgnored());
}