mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
08922e112d
In Dart 2, runtime checked mode has been eliminated. Many of these type checks have been moved to static compile-time checks, the remainder are enforced at runtime, and are no longer optional.