获取所有内置的应用商店的包名
static List<String> get buildInPackageNameList { return buildInMarketList.map((f) { return f.packageName; }).toList(); }