mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
ProcessResult.stdout has static type dynamic so for inference to infer proper type argument for the map invocation we need to cast stdout to String explicitly. Fixes #17163