toMap method

Map toMap()
override

Implementation

Map toMap() {
  var map = super.toMap();
  map['applicationInfo'] = applicationInfo.toMap();
  map['descriptionRes'] = descriptionRes;
  map['directBootAware'] = directBootAware;
  map['enabled'] = enabled;
  map['exported'] = exported;
  map['processName'] = processName;
  map['splitName'] = splitName;
  return map;
}