SchemaVerification constructor
const
SchemaVerification(
- List<
String> differences, - List<
CatalogObject> unmanaged
Records modeled differences and separately reviewable catalog objects.
Implementation
const SchemaVerification(this.differences, this.unmanaged);