mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This prevents the error: `type 'List<dynamic>' is not a subtype of type 'List<Map<String, dynamic>>' ` The test added fails when dart_vm.dart is reverted to `master`, and succeeds in its current state. This issue was run into while connecting to the Dart VM.