kPdfPerfCompiledIn top-level constant
bool
const kPdfPerfCompiledIn
Compile-time kill switch. Defaults to compiled-in; build with
--dart-define=PDF_PERF=false to dead-code-eliminate the entire facade.
Implementation
const bool kPdfPerfCompiledIn =
bool.fromEnvironment('PDF_PERF', defaultValue: true);