factory PlatformManifest.fromMap(Map<String, dynamic> map) => PlatformManifest(architecture: map["architecture"], os: map["os"]);