A single connected device entry returned by flutter devices --machine.
flutter devices --machine
typedef DeviceInfo = ({ String id, String name, String platform, bool emulator, });