ResolveInfo.fromMap constructor
ResolveInfo.fromMap(
- Map map
Implementation
ResolveInfo.fromMap(Map map) {
activityInfo = ActivityInfo.fromMap(map['activityInfo']);
icon = map['icon'];
isDefault = map['isDefault'];
isInstantAppAvailable = map['isInstantAppAvailable'];
labelRes = map['labelRes'];
match = map['match'];
nonLocalizedLabel = map['nonLocalizedLabel'];
preferredOrder = map['preferredOrder'];
priority = map['priority'];
resolvePackageName = map['resolvePackageName'];
// specificIndex = map['specificIndex'];
_icon = map['base64_icon'];
_label = map['label'];
}