mirror of
https://github.com/flutter/flutter.git
synced 2026-02-11 05:17:36 +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