build static method
Implementation
static IMEntityDefinition build(MSchemaRef schemaRef, void builder(EntitySchemas schema)) {
final schema = EntitySchemas._(schemaRef);
builder(schema);
return schema._build();
}
static IMEntityDefinition build(MSchemaRef schemaRef, void builder(EntitySchemas schema)) {
final schema = EntitySchemas._(schemaRef);
builder(schema);
return schema._build();
}