Source
Schema.fromDataModel(ManagedDataModel dataModel) { tables = dataModel.entities.map((e) => new SchemaTable.fromEntity(e)).toList(); }
Schema.fromDataModel(ManagedDataModel dataModel) { tables = dataModel.entities.map((e) => new SchemaTable.fromEntity(e)).toList(); }