ComponentInfo.fromMap constructor

ComponentInfo.fromMap(
  1. Map map
)

Implementation

ComponentInfo.fromMap(Map map) : super.fromMap(map) {
  applicationInfo = ApplicationInfo.fromMap(map['applicationInfo']);
  descriptionRes = map['descriptionRes'];
  directBootAware = map['directBootAware'];
  enabled = map['enabled'];
  exported = map['exported'];
  processName = map['processName'];
  splitName = map['splitName'];
}