SchemaImportIssue constructor

const SchemaImportIssue(
  1. String code,
  2. String object,
  3. String detail, {
  4. bool blocking = true,
})

Describes an import limitation for one physical object.

Implementation

const SchemaImportIssue(
  this.code,
  this.object,
  this.detail, {
  this.blocking = true,
});