suppressTypeNames property
When true, suppresses Type.toString() from the label header.
dart compile js minifies type names in release builds while
leaving dart.vm.product as false — set this explicitly to
true in production web bundles to avoid [c8.fn]-style noise.
Implementation
final bool suppressTypeNames;