• Jacob Richman's avatar
    Small Flutter strong mode cleanup fixes. (#7825) · 53fc96da
    Jacob Richman authored
    * Small Flutter strong mode cleanup fixes.
    
    These are cases where strong mode down cast composite errors
    generally indicated cases that would performance or correctness
    issues if Flutter code was run in a strong mode VM.
    
    * Fix Command API so that it is always in terms of Map<String,String>.
    
    * Fix typedef
    53fc96da
vmservice.dart 31.3 KB