MUST_AVOID_PACKAGE top-level constant
String
const MUST_AVOID_PACKAGE
Constant representing the package name that must be avoided during import checks. Used by forgetPackage to detect and filter forbidden references.
Implementation
const String MUST_AVOID_PACKAGE = "dart:js_interop";