Closed jakobr-google closed 6 years ago
The different tools and runtimes still don't agree on whether dynamic is exported by dart:core (see dart-lang/sdk#29125). To work around this, we use core.Object instead.
Dropping this one. core.dynamic is correct according to the language team, so hopefully analyzer and DDC will fall in line eventually...
core.dynamic
The different tools and runtimes still don't agree on whether dynamic is exported by dart:core (see dart-lang/sdk#29125). To work around this, we use core.Object instead.