BlueprintMigrationException constructor

const BlueprintMigrationException(
  1. String code,
  2. String message
)

Implementation

const BlueprintMigrationException(this.code, this.message);