SchemaVerification constructor

const SchemaVerification(
  1. List<String> differences,
  2. List<CatalogObject> unmanaged
)

Records modeled differences and separately reviewable catalog objects.

Implementation

const SchemaVerification(this.differences, this.unmanaged);